Skip to content

Commit

Permalink
fixup: check
Browse files Browse the repository at this point in the history
  • Loading branch information
Anemy committed Dec 15, 2024
1 parent eed7a36 commit 72c84b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('Collection ai query', function () {
.$(Selectors.queryBarOptionInputFilter('Documents'))
.waitForDisplayed();

const aiIntroButton = await browser.$(Selectors.QueryBarAIEntryButton);
const aiIntroButton = browser.$(Selectors.QueryBarAIEntryButton);
const isSidebarCreateCollectionButtonExisting =
await aiIntroButton.isExisting();
expect(isSidebarCreateCollectionButtonExisting).to.be.equal(false);
Expand Down

0 comments on commit 72c84b9

Please sign in to comment.