We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4700cdb commit ebf351cCopy full SHA for ebf351c
1 file changed
cypress/e2e/block.cy.js
@@ -310,7 +310,7 @@ context('Pattern Css', () => {
310
.invoke('text')
311
.should(
312
'contain',
313
- 'background-image:url(https://foo.com/bar.jpg?</style><script>alert\\(1\\)</script>)',
+ 'background-image:url(https://foo.com/bar.jpg?</style><script>alert\\(1\\)</script>)',
314
);
315
});
316
0 commit comments