commit c9bedc0d4bbee83baaefd1b1f9c046093d793314
parent 3c9d963ae5d623d7c89312cb43c3aba6f8add04e
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 7 Jan 2022 01:26:09 +0100
Fix test
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/e2e/home.spec.ts b/e2e/home.spec.ts
@@ -14,7 +14,7 @@ test('test navigation to details', async ({ page }) => {
// Click text=Flowers@mtrnord:art.midnightthoughts.space
await Promise.all([
page.waitForNavigation(/*{ url: 'http://localhost:3000/post/%24ugLG5srr5AyYCIhL1CnD6KikH8QYsDVMUHQ9jQRn990' }*/),
- page.click('text=Flowers@mtrnord:art.midnightthoughts.space')
+ page.click('text=FlowersMTRNord @ Art')
]);
await page.locator('a:text("Matrix Art")').waitFor();