Skip to content

Commit

Permalink
BUGFIX: Try to fix content node creation
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Dec 5, 2024
1 parent e6152f0 commit 6e86c3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/IntegrationTests/Fixtures/1Dimension/syncing.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ async function prepareContentElementConflictBetweenAdminAndEditor(t) {
await t
.wait(1000)
.click(Page.treeNode.withText('Content Collection (main)'))
.click(Page.treeNode.withText('Content Collection (main)'))
.wait(1000)
.click(Selector('#neos-ContentTree-AddNode'))
.click(Selector('button#into'))
.click(ReactSelector('NodeTypeItem').find('button>span>span').withText('Headline_Test'))
Expand Down Expand Up @@ -218,6 +220,8 @@ async function prepareDocumentConflictBetweenAdminAndEditor(t) {
await t
.wait(1000)
.click(Page.treeNode.withText('Content Collection (main)'))
.click(Page.treeNode.withText('Content Collection (main)'))
.wait(1000)
.click(Selector('#neos-ContentTree-AddNode'))
.click(Selector('button#into'))
.click(ReactSelector('NodeTypeItem').find('button>span>span').withText('Headline_Test'));
Expand Down

0 comments on commit 6e86c3d

Please sign in to comment.