Skip to content

Commit

Permalink
Change delay time to 10s
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
wanglam committed Jan 27, 2024
1 parent 323f7f2 commit 05e373a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ if (Cypress.env('DASHBOARDS_ASSISTANT_ENABLED')) {
);

// Open assistant flyout
cy.wait(30000);
// The flyout button will be detached and can't be clicked, add 10s delayed fix it.
cy.wait(10000);
cy.get('img[aria-label="toggle chat flyout icon"]').click();
});
after(() => {
Expand Down

0 comments on commit 05e373a

Please sign in to comment.