Skip to content

Commit 323b4c9

Browse files
authored
Fix test error for unique match (#83)
1 parent fb9cb10 commit 323b4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/portal.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ test.describe('E2E test', () => {
171171

172172
await page.locator('button:has-text("submit")').click();
173173

174-
await page.locator('text=Resolved').click();
174+
await page.locator('text=RESOLVED-COMPLETED').click();
175175
}, 10000);
176176
});
177177

0 commit comments

Comments
 (0)