Skip to content

Commit

Permalink
test(Select): fix test invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzz committed Dec 6, 2024
1 parent d500e86 commit d5491c9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ const selectTests = () => {
await this.expect(await this.takeScreenshot()).to.matchImage('idle');
});

test('clickedTest', async function () {
clickedTest;
});
clickedTest();

test('MenuItem hover', async function () {
await this.browser
Expand Down

0 comments on commit d5491c9

Please sign in to comment.