UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 59e868b5 authored by graham.smith's avatar graham.smith
Browse files

Merge branch 'BULL-1707' into 'master'

BULL-1707

See merge request !156
parents 45d5c005 229a65f5
No related branches found
No related tags found
1 merge request!156BULL-1707
......@@ -85,7 +85,10 @@ Cypress.Commands.add("checkImages", () => {
cy.get("img, .v-image, [data-cy=v-img]")
.not("img.vue-lb-modal-image")
.each(($el) => {
cy.get($el[0]).invoke("width").should("be.greaterThan", 0);
cy.get($el[0])
.scrollIntoView()
.invoke("width")
.should("be.greaterThan", 0);
});
}
});
......
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