Skip to content

Commit e801e0f

Browse files
committed
WEBUI-1605: Analyse & Make functional test 3 features files compatible with latest stable chrome version (#2391)
1 parent 993354d commit e801e0f

File tree

1 file changed

+1
-0
lines changed
  • packages/nuxeo-web-ui-ftest/features/step_definitions

1 file changed

+1
-0
lines changed

packages/nuxeo-web-ui-ftest/features/step_definitions/search.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ Then(/^I can see (\d+) search results$/, async function(numberOfResults) {
168168
Then(/^I can see more than (\d+) search results$/, async function(minNumberOfResults) {
169169
await driver.pause(1000);
170170
const results = await this.ui.results;
171+
await driver.pause(2000);
171172
const displayMode = await results.displayMode;
172173
const output = await results.resultsCount(displayMode);
173174
if (output > minNumberOfResults) {

0 commit comments

Comments
 (0)