Skip to content

Commit ebf351c

Browse files
committed
wip
1 parent 4700cdb commit ebf351c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/block.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ context('Pattern Css', () => {
310310
.invoke('text')
311311
.should(
312312
'contain',
313-
'background-image:url(https://foo.com/bar.jpg?</style><script>alert\\(1\\)</script>)',
313+
'background-image:url(https://foo.com/bar.jpg?</style><script>alert\\(1\\)</script>)',
314314
);
315315
});
316316
});

0 commit comments

Comments
 (0)