We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc5c62 commit 71c3873Copy full SHA for 71c3873
browser/e2e/tests/ontology.spec.ts
@@ -236,7 +236,7 @@ test.describe('Ontology', async () => {
236
237
await page
238
.getByRole('button', { name: 'add an item to the allows-only list' })
239
- .nth(1)
+ .nth(0)
240
.click();
241
await page.getByRole('button', { name: 'Search for a arrow-kind' }).click();
242
@@ -248,7 +248,7 @@ test.describe('Ontology', async () => {
248
249
250
251
252
253
254
0 commit comments