We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975e3d8 commit 3970d1aCopy full SHA for 3970d1a
tests/tests/lightspeed-install.cy.ts
@@ -184,16 +184,6 @@ spec:
184
defaultProvider: openai
185
logLevel: INFO`;
186
cy.exec(`echo '${config}' | oc create -f - --kubeconfig ${Cypress.env('KUBECONFIG_PATH')}`);
187
-
188
- cy.get('body').then(($body) => {
189
- if ($body.find('.pf-v5-c-alert:contains("Web console update is available")').length > 0) {
190
- cy.get('.pf-v5-c-alert', { timeout: 2 * MINUTE })
191
- .contains('Web console update is available', { timeout: 2 * MINUTE })
192
- .should('exist');
193
- } else {
194
- cy.get(mainButton, { timeout: 5 * MINUTE }).should('exist');
195
- }
196
- });
197
});
198
199
after(() => {
0 commit comments