View layout settings

Feature: View layout settings

Scenario: Enable column layout in the design tool
 When  I enable columns in my design tool
 And  I view the project artboard
 Then  I should see the column settings:
| Total width |
| Offset |
| Number of columns |
| Gutter width |
| Column width |
| Gutter on outside? |

Scenario: Enable row layout in the design tool
 When  I enable rows in my design tool
 And  I view the project artboard
 Then  I should see the row settings:
| Gutter height |
| Row height |

Scenario: Disable layout in the design tool
 When  I disable <layout> in my design tool
 And  I view the project
 Then  I should not see the <layout> settings

Examples:
| columns |
| rows |

Scenario: Select an element
 When  I enable <layout> in my design tool
 And  I view the project
 And  I select an element
 Then  I should not see the <layout> settings

Examples:
| columns |
| rows |