mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
33 lines
1.2 KiB
Gherkin
33 lines
1.2 KiB
Gherkin
|
Feature: All links on Public Eng page are functional
|
||
|
|
||
|
Scenario: Anyone should be able to register on Mar 9th
|
||
|
Given I am on the "Public" page
|
||
|
When I look for the "Mar 9 Reg Link" CTA
|
||
|
And I click on the "Mar 9 Reg Link" event
|
||
|
Then the link should respond successfully
|
||
|
|
||
|
Scenario: Anyone should be able to register on Mar 10th
|
||
|
Given I am on the "Public" page
|
||
|
When I look for the "Mar 10 Reg Link" CTA
|
||
|
And I click on the "Mar 10 Reg Link" event
|
||
|
Then the link should respond successfully
|
||
|
|
||
|
Scenario: Anyone should be able to register on Mar 16th
|
||
|
Given I am on the "Public" page
|
||
|
When I look for the "Mar 16 Reg Link" CTA
|
||
|
And I click on the "Mar 16 Reg Link" event
|
||
|
Then the link should respond successfully
|
||
|
|
||
|
Scenario: Anyone should be able to register on Mar 22th
|
||
|
Given I am on the "Public" page
|
||
|
When I look for the "Mar 22 Reg Link" CTA
|
||
|
And I click on the "Mar 22 Reg Link" event
|
||
|
Then the link should respond successfully
|
||
|
|
||
|
Scenario: Anyone should be able to register on Apr 15th
|
||
|
Given I am on the "Public" page
|
||
|
When I look for the "Apr 15 Reg Link" CTA
|
||
|
And I click on the "Apr 15 Reg Link" event
|
||
|
Then the link should respond successfully
|
||
|
|