fix: Make cloud e2e tests less flaky (no-changelog) (#9582)

This commit is contained in:
Mutasem Aldmour
2024-05-31 16:39:44 +02:00
committed by GitHub
parent 3227f6c13e
commit dbb3ed6b71

View File

@@ -112,6 +112,7 @@ describe('Cloud', { disableAutoLogin: true }, () => {
cy.signin({ email: INSTANCE_OWNER.email, password: INSTANCE_OWNER.password });
visitPublicApiPage();
cy.wait(['@loadSettings', '@getPlanData']);
getPublicApiUpgradeCTA().should('be.visible');
});