From aff907efa164da885fc46c9c67b489df97bafcfc Mon Sep 17 00:00:00 2001 From: ThrawnCA Date: Wed, 13 Sep 2023 15:57:27 +1000 Subject: [PATCH] [QOLDEV-312] extend timeout on QA scenario test --- test/features/data_usability_rating.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-')]"