Skip to content

Commit

Permalink
chore: update artifact test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Sep 3, 2024
1 parent edc564e commit 224b5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/full-suite/tests/sample-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('sample', function() {
});

it('works #smoke', async function() {
await expect(this.memberSection).displayed.to.eventually.be.ok;
await expect(this.memberSection).displayed.to.eventually.be.not.ok;
});

it({
Expand Down

0 comments on commit 224b5c3

Please sign in to comment.