Skip to content

Commit

Permalink
Fix acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Sep 23, 2022
1 parent 953141d commit f3104ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/pageObjects/webPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ module.exports = {
(result) => {
if (result.value === true) {
this.click('@openSearchButton')
.waitForElementVisible('@searchInputFieldLowResolution')
.setValue('@searchInputFieldLowResolution', [searchTerm, this.api.Keys.ENTER])
.waitForElementVisible('@searchInputFieldHighResolution')
.setValue('@searchInputFieldHighResolution', [searchTerm, this.api.Keys.ENTER])
} else {
this.waitForElementVisible('@searchInputFieldHighResolution').setValue(
'@searchInputFieldHighResolution',
Expand Down

0 comments on commit f3104ba

Please sign in to comment.