Browse Source

fix: test

pull/6585/head
DarkPhoenix2704 1 year ago
parent
commit
990699ff4a
  1. 1
      tests/playwright/pages/Dashboard/Command/CmdKPage.ts

1
tests/playwright/pages/Dashboard/Command/CmdKPage.ts

@ -21,6 +21,7 @@ export class CmdK extends BasePage {
async searchText(text: string) { async searchText(text: string) {
await this.dashboardPage.rootPage.fill('.cmdk-input', text); await this.dashboardPage.rootPage.fill('.cmdk-input', text);
await this.rootPage.keyboard.press('Enter'); await this.rootPage.keyboard.press('Enter');
await this.rootPage.keyboard.press('Enter');
} }
async isCmdKVisible() { async isCmdKVisible() {

Loading…
Cancel
Save