Skip to content

Commit 44a0a0b

Browse files
committed
chore: update cypress * 9
1 parent 8ddf4aa commit 44a0a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-testing/cypress/e2e/playground-explore.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ context("Playground: Explore Page", () => {
8282
cy.intercept("get", "/playground/context", (req) => {
8383
delete req.headers["if-none-match"];
8484

85-
req.reply((res) => {
85+
req.continue((res) => {
8686
res.body = {
8787
...res.body,
8888
livePreview: undefined,

0 commit comments

Comments
 (0)