mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-24 02:24:20 -08:00
12 lines
554 B
Gherkin
12 lines
554 B
Gherkin
|
Feature: All links on the dataset cards should be functional
|
||
|
|
||
|
Scenario: If I click on any link in the indicators dataset, they should work
|
||
|
Given I am on the "Methodology" page
|
||
|
When I look for the "Datasets used in methodology" CTA
|
||
|
Then All links under "Datasets used in methodology" should work
|
||
|
|
||
|
Scenario: If I click on any link in the additional indicators dataset, they should work
|
||
|
Given I am on the "Methodology" page
|
||
|
When I look for the "Additional Indicators" CTA
|
||
|
Then All links under "Additional Indicators" should work
|