Skip to content

Commit 5bddb98

Browse files
committed
add wait time
Signed-off-by: yyfamazon <[email protected]>
1 parent 4a14356 commit 5bddb98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress/integration/plugins/dashboards-assistant/mds_chatbot_interaction_trace_spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ if (Cypress.env('DASHBOARDS_ASSISTANT_ENABLED')) {
1818
// cy.waitForLoader();
1919

2020
cy.get(`button[aria-label="toggle chat flyout icon"]`, {
21-
timeout: 60000,
21+
timeout: 120000,
2222
}).should('be.length', 1);
23+
cy.wait(5000);
2324

2425
// enable to toggle and show Chatbot
2526
cy.get(`button[aria-label="toggle chat flyout icon"]`).click();

0 commit comments

Comments
 (0)