diff --git a/test/features/data_usability_rating.feature b/test/features/data_usability_rating.feature index 444e6475..c55222e6 100644 --- a/test/features/data_usability_rating.feature +++ b/test/features/data_usability_rating.feature @@ -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=::upload=" 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-')]"