Skip to content

Commit 4da5840

Browse files
author
Jake Wood
committed
test: fix origin on cypress
1 parent 4abb8fc commit 4da5840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/spec.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ describe('testbox script', () => {
1313
event: "initialize-request",
1414
data: undefined,
1515
}
16-
}, "https://app.testbox.com");
16+
}, "*");
1717
})
1818
});

0 commit comments

Comments
 (0)