Skip to content

Commit

Permalink
[QOLDEV-312] extend timeout on QA scenario test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrawnCA committed Sep 13, 2023
1 parent 800aa27 commit aff907e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/features/data_usability_rating.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: Data usability rating
When I log in
And I create a dataset and resource with key-value parameters "license=other-open" and "format=<Format>::upload=<Filename>"
And I press the element with xpath "//ol[contains(@class, 'breadcrumb')]//a[starts-with(@href, '/dataset/')]"
And I reload page every 3 seconds until I see an element with xpath "//div[contains(@class, 'qa') and contains(@class, 'openness-')]" but not more than 3 times
And I reload page every 3 seconds until I see an element with xpath "//div[contains(@class, 'qa') and contains(@class, 'openness-')]" but not more than 5 times
Then I should see "Data usability rating"
When I press "Test Resource"
Then I should see an element with xpath "//div[contains(@class, 'qa openness-<Score>')]"
Expand Down

0 comments on commit aff907e

Please sign in to comment.