We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9eb37 commit 8ed0662Copy full SHA for 8ed0662
1 file changed
tests/tests/lightspeed-install.cy.ts
@@ -977,10 +977,11 @@ metadata:
977
namespace: 'test-namespace',
978
},
979
980
- }).as('getManagedCluster');
+ }).as('getPod');
981
982
cy.get(mainButton).click();
983
cy.get(popover).should('exist');
984
+ cy.wait('@getPod');
985
986
cy.get(attachButton).click();
987
cy.get(attachMenu)
@@ -1016,6 +1017,7 @@ metadata:
1016
1017
1018
1019
1020
+ cy.wait('@getVirtualMachine');
1021
1022
1023
0 commit comments