Skip to content

Commit 48a3050

Browse files
committed
Clearer name for spec
1 parent b7a8b89 commit 48a3050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/spec-wc-pyodide.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe("Running the code with pyodide", () => {
181181
});
182182

183183

184-
it("does not cache class variables in local files", () => {
184+
it("reloads imported local files between code runs", () => {
185185
cy.get("@editor")
186186
.findByLabelText('editor text input')
187187
.invoke("text",

0 commit comments

Comments
 (0)