Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Aug 17, 2023
1 parent 36d0d7b commit 27e0133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/functional/desktop-driver-e2e-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ describe('Desktop SafariDriver', function () {

it('should start and stop a session', async function () {
await driver.url('https://appium.io/');
const input = await driver.$('input[data-md-component="header"]');
(await input.isExisting()).should.be.true;
(await driver.getSource()).should.not.be.empty;
});
});

Expand Down
3 changes: 1 addition & 2 deletions test/functional/mobile-driver-e2e-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ describe('Mobile SafariDriver', function () {

it('should start and stop a session', async function () {
await driver.url('https://appium.io/');
const input = await driver.$('input[data-md-component="header"]');
(await input.isExisting()).should.be.true;
(await driver.getSource()).should.not.be.empty;
});
});

Expand Down

0 comments on commit 27e0133

Please sign in to comment.