1
0
mirror of https://github.com/Eising/kipketer.git synced 2024-05-11 05:55:17 +00:00
Files
Allan Eising e0ff5ca760 First commit
2015-10-27 21:15:36 +01:00

26 lines
737 B
Gherkin

@important
Feature: Making a simple form
Scenario: Making a simple form
Given I am on the home page
When I follow "Manage Forms"
Then I should see "Add form"
When I follow "Add form"
Then I should see "Add new form"
When I fill in "name" with "Test"
And I select "Testtemplate" from "cpe_selector"
And I select "Testtemplate2" from "backbone_selector"
And I press "submitbtn"
Then I should see "Add Form"
When I fill in the following:
| name.test | VLAN |
| tag.test | |
| name.variable | IP |
| tag.variable | |
And I press "submitbtn"
Then I should see "Added form #"