Skip to content

Commit 58af787

Browse files
committed
WiP
1 parent 20dfd7e commit 58af787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/e2e/test_otter_background_lazyload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe("Check Otter Background Lazyload", function () {
3636
});
3737

3838
it("Otter Section Block should have background lazyloaded", function () {
39-
cy.get(".#wp-block-themeisle-blocks-advanced-columns-e62611eb")
39+
cy.get("#wp-block-themeisle-blocks-advanced-columns-e62611eb")
4040
.eq(0)
4141
.should("have.attr", "class")
4242
.and("include", "optml-bg-lazyloaded");
@@ -50,7 +50,7 @@ describe("Check Otter Background Lazyload", function () {
5050
});
5151

5252
it("Otter Section Block's Overlay should have background lazyloaded", function () {
53-
cy.get(".#wp-block-themeisle-blocks-advanced-columns-e62611eb")
53+
cy.get("#wp-block-themeisle-blocks-advanced-columns-e62611eb")
5454
.find(".wp-block-themeisle-blocks-advanced-columns-overlay")
5555
.eq(0)
5656
.should("have.attr", "class")

0 commit comments

Comments
 (0)