Skip to content

Commit

Permalink
TASK: Followup 3503 correct test assertion for Neos 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed May 14, 2024
1 parent 66ac6db commit e25f521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ test(
await t.switchToMainWindow();
await t
.expect(Selector('[role="treeitem"] [role="button"][class*="isFocused"]').textContent)
.eql('MultiC');
.eql('MultiA');
}
);

0 comments on commit e25f521

Please sign in to comment.