Feature: Measurements
Scenario Outline: Web project measurements
Given I am viewing a web project
Then all measurements should be in pixels with a value of (natural value / pixel ratio)
Scenario: Default to points for device prototypes
Given I am viewing a device project
Then the selected units should be points
And all measurements should be calculated as (natural value / pixel ratio)
Scenario: Viewing natural measurements for device prototypes
Given I am viewing a device project
When I select pixel units
Then the selected units should be pixels
And all measurements should be displayed as natural value
Scenario Outline: Change units for device prototypes
Given I am viewing a device project
And I select pixel units
When I select point units
Then the selected units should be points
And all measurements should be in points