Skip to content

Commit

Permalink
review comments fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Mar 9, 2022
1 parent 38f989e commit 376474e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/api/expect/testExpectVisible.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ describe('expect.visible', function () {
let expect = this.client.api.expect.element('#weblogin').to.be.visible;

return this.client.start(function () {
strictEqual(expect.assertion.retries, 2);
assert.ok(expect.assertion.retries >= 2);
strictEqual(expect.assertion.passed, false);
strictEqual(expect.assertion.resultValue, null);
strictEqual(expect.assertion.actual, '[WebDriverError]');
Expand Down

0 comments on commit 376474e

Please sign in to comment.