mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
chore(core): upload flaky test traces (#9974)
This commit is contained in:
@@ -20,5 +20,9 @@ export const test = baseTest.extend<{
|
||||
});
|
||||
await page.goto('/');
|
||||
await use(page);
|
||||
console.log(
|
||||
'Browser User Agent:',
|
||||
await page.evaluate(() => navigator.userAgent)
|
||||
);
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user