You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The following cypress test is flakey:
1) Bucket-Level Monitors
can be created
by extraction query:
AssertionError: Timed out retrying after 10000ms: Expected to find content: 'This table contains 1 row' but never did.
at Context.eval (http://localhost:5601/__cypress/tests?p=cypress/integration/bucket_level_monitor_spec.js:319:10)
Should update the assertion to something more stable.
To Reproduce
Steps to reproduce the behavior:
Run yarn run cypress open or yarn run cypress run along with OpenSearch and OpenSearch dashboard in background. (Detailed instructions in README or documentation)
Check the "Bucket-Level Monitors can be created by extraction query" cypress test. If not failing, try a few more times.
Expected behavior
Will see the error AssertionError: Timed out retrying after 10000ms: Expected to find content: 'This table contains 1 row' but never did.
Host/Environment (please complete the following information):
Version 1.1.0
The text was updated successfully, but these errors were encountered:
Describe the bug
The following cypress test is flakey:
Should update the assertion to something more stable.
To Reproduce
Steps to reproduce the behavior:
yarn run cypress open
oryarn run cypress run
along with OpenSearch and OpenSearch dashboard in background. (Detailed instructions in README or documentation)Expected behavior
Will see the error
AssertionError: Timed out retrying after 10000ms: Expected to find content: 'This table contains 1 row' but never did.
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: