Skip to content

Commit

Permalink
WEBUI-1605: Analyse & Make functional test 3 features files compatibl…
Browse files Browse the repository at this point in the history
…e with latest stable chrome version (#2394)
  • Loading branch information
rahuljain-dev authored Dec 4, 2024
1 parent bc0c61a commit 5c5e395
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ Then(/^I can see (\d+) search results$/, async function(numberOfResults) {
Then(/^I can see more than (\d+) search results$/, async function(minNumberOfResults) {
await driver.pause(1000);
const results = await this.ui.results;
await driver.pause(2000);
const displayMode = await results.displayMode;
const output = await results.resultsCount(displayMode);
if (output > minNumberOfResults) {
Expand Down

0 comments on commit 5c5e395

Please sign in to comment.