Skip to content
Snippets Groups Projects
Unverified Commit e5ce4161 authored by Mahatthana (Kelvin) Nomsawadi's avatar Mahatthana (Kelvin) Nomsawadi Committed by GitHub
Browse files

Retry the assertion until it's true (#47845)

parent e45836b8
No related branches found
No related tags found
No related merge requests found
......@@ -978,7 +978,7 @@ describeEE("scenarios > embedding > dashboard appearance", () => {
getIframeBody().findByText("Rows 1-21 of first 2000").should("exist");
cy.get("#iframe").then($iframe => {
cy.get("#iframe").should($iframe => {
const [iframe] = $iframe;
expect(iframe.clientHeight).to.be.greaterThan(1000);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment