Skip to content

Commit

Permalink
E2E adjust share import
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKai committed Dec 9, 2024
1 parent af7d4bd commit 48c1ee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 3 additions & 0 deletions tests/ms2/processes/process-modeler/process-modeler.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ test('share-modal', async ({ processListPage, ms2Page }) => {
await newPage.waitForURL(/shared-viewer\?token=([^]+)/);

await newPage.getByRole('button', { name: 'My Space' }).click();

await newPage.getByText('root', { exact: true }).click();
await newPage.getByRole('button', { name: 'Copy and Edit' }).click();
await newPage.waitForURL(/processes\/[a-z0-9-_]+/);

const newProcessId = newPage.url().split('/processes/').pop();
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18401,20 +18401,13 @@ prosemirror-keymap@^1.1.4:
prosemirror-state "^1.0.0"
w3c-keyname "^2.2.0"

prosemirror-model@^1.0.0, prosemirror-model@^1.14.1:
prosemirror-model@^1.0.0, prosemirror-model@^1.14.1, prosemirror-model@^1.20.0:
version "1.23.0"
resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.23.0.tgz#652058182ed90dc15c8f0f2cf2df488306fa1dcd"
integrity sha512-Q/fgsgl/dlOAW9ILu4OOhYWQbc7TQd4BwKH/RwmUjyVf8682Be4zj3rOYdLnYEcGzyg8LL9Q5IWYKD8tdToreQ==
dependencies:
orderedmap "^2.0.0"

prosemirror-model@^1.20.0:
version "1.22.3"
resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.22.3.tgz#52fdf5897f348b0f07f64bea89156d90afdf645a"
integrity sha512-V4XCysitErI+i0rKFILGt/xClnFJaohe/wrrlT2NSZ+zk8ggQfDH4x2wNK7Gm0Hp4CIoWizvXFP7L9KMaCuI0Q==
dependencies:
orderedmap "^2.0.0"

prosemirror-state@^1.0.0, prosemirror-state@^1.2.2, prosemirror-state@^1.3.4:
version "1.4.3"
resolved "https://registry.npmjs.org/prosemirror-state/-/prosemirror-state-1.4.3.tgz"
Expand Down

0 comments on commit 48c1ee9

Please sign in to comment.