Skip to content

Commit

Permalink
[SITES-22335] Selenium flaky test fix - add timeout before rolling out
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Marian Stancioiu committed Jul 22, 2024
1 parent 9b6d2c1 commit ff0c0f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ public void testBlueprintPageProperties() throws ClientException, InterruptedExc
propertiesPage.clickTab("blueprint", BlueprintTab.class);

rolloutDialog = blueprintTab.rollout();

Commons.webDriverWait(RequestConstants.WEBDRIVER_WAIT_TIME_MS);
// check rollout now
rolloutDialog.rolloutNow();

Expand Down

0 comments on commit ff0c0f2

Please sign in to comment.