mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-02 02:54:23 +00:00
Increase cy.wait
from 500
to 1000
#run_acceptance_tests
This commit is contained in:
parent
ba5ae3d3c8
commit
938c550e72
@ -243,8 +243,8 @@ function checkFilter(filterDetails) {
|
||||
}
|
||||
|
||||
function waitForFetch50AndPause() {
|
||||
// wait half a second and pause the stream to preserve the DOM
|
||||
cy.wait(500);
|
||||
// wait a second and pause the stream to preserve the DOM
|
||||
cy.wait(1000);
|
||||
cy.get('#pause-icon').click();
|
||||
cy.get('#pause-icon').should('not.be.visible');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user