Skip to content

Commit

Permalink
revert filter tests written in geospatial
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Dec 3, 2024
1 parent 730f95d commit 26fab54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions e2e/tests/ui-driven/src/pages/Editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,15 @@ export class PlaywrightEditor {
async createFilter() {
await createFilter(this.page, this.getNextNode());
// select the branch filter and add some content
const permissionNeededNode = this.page
const filteredBranch = this.page
.locator("li")
.filter({ hasText: /Material change of use$/ })
.getByRole("listitem")
.getByRole("link");

await createContent(
this.page,
permissionNeededNode,
filteredBranch,
`This is the ${selectedFlag} filter`,
);
}
Expand Down

0 comments on commit 26fab54

Please sign in to comment.