Skip to content

Commit 9078cbd

Browse files
fix readGenericNamespace leftover
Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
1 parent 0a4f33e commit 9078cbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cypress/e2e/projectV2.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ describe("Edit v2 project", () => {
312312
cy.get("a[title='Settings']").should("be.visible").click();
313313
// Fetch the second page of namespaces
314314
cy.wait("@listNamespaceV2");
315-
cy.wait("@readGenericNamespace");
315+
cy.wait("@readUserV2Namespace");
316316
cy.findReactSelectOptions(
317317
"project-settings-form-project-namespace-input",
318318
"namespace-select"

0 commit comments

Comments
 (0)