Skip to content

Commit

Permalink
Merge pull request #1597 from alfonsomthd/fix-flaky-e2e
Browse files Browse the repository at this point in the history
Fix flaky E2E test
  • Loading branch information
openshift-merge-bot[bot] authored Sep 26, 2024
2 parents 59dec8a + 5474f0c commit 22b0c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/views/storage-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const deleteStoragePool = (poolName: string) => {
navigateToStoragePoolList();
openStoragePoolKebab(poolName);
cy.byTestActionID('Delete Pool').click();
cy.contains('Delete Storage Pool');
cy.contains('Delete Storage Pool', { timeout: 5 * 1000 });
triggerPoolFormFooterAction('delete');

cy.log('Verify that the pool is not found.');
Expand Down

0 comments on commit 22b0c4a

Please sign in to comment.