Files
Allan Eising e0ff5ca760 First commit
2015-10-27 21:15:36 +01:00

16 lines
604 B
Gherkin
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Feature: Go to the schedule new test link and fill in some values
Scenario: Filling in a schedule
Given I am on the home page
When I follow "Schedule New Test"
When I fill in the following:
| bo_CRID | NKA-999999 |
| bo_CompanyName | Test |
| bo_LocationAFullName | Testvej 12 |
| bo_CPE.CPEConnectionSpeed | 100 |
| deadline | 31-12-2020 |
And I select "eVPN dr3.hors" from "form_id"
And I press "submitbtn"
Then I should see "Configure Test"