Skip to content

Commit 71c3873

Browse files
Pollepsjoepio
authored andcommitted
#919 Fix ontology test
1 parent 0bc5c62 commit 71c3873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browser/e2e/tests/ontology.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ test.describe('Ontology', async () => {
236236

237237
await page
238238
.getByRole('button', { name: 'add an item to the allows-only list' })
239-
.nth(1)
239+
.nth(0)
240240
.click();
241241
await page.getByRole('button', { name: 'Search for a arrow-kind' }).click();
242242
await page
@@ -248,7 +248,7 @@ test.describe('Ontology', async () => {
248248

249249
await page
250250
.getByRole('button', { name: 'add an item to the allows-only list' })
251-
.nth(1)
251+
.nth(0)
252252
.click();
253253
await page.getByRole('button', { name: 'Search for a arrow-kind' }).click();
254254
await page

0 commit comments

Comments
 (0)