Skip to content

Commit

Permalink
test: Fix e2e for projects missing instance owner (no-changelog) (#9703)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored Jun 11, 2024
1 parent 3d0393c commit 19ee962
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cypress/e2e/39-projects.cy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import { INSTANCE_MEMBERS, MANUAL_TRIGGER_NODE_NAME, NOTION_NODE_NAME } from '../constants';
import {
INSTANCE_MEMBERS,
INSTANCE_OWNER,
MANUAL_TRIGGER_NODE_NAME,
NOTION_NODE_NAME,
} from '../constants';
import {
WorkflowsPage,
WorkflowPage,
Expand Down

0 comments on commit 19ee962

Please sign in to comment.