mirror of
https://github.com/Eising/kipketer.git
synced 2024-05-11 05:55:17 +00:00
16 lines
604 B
Gherkin
16 lines
604 B
Gherkin
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"
|
||
|