mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: assign todos (#7297)
This commit is contained in:
@@ -49,7 +49,7 @@ test.afterEach(async () => {
|
||||
await deleteUser(user.email);
|
||||
});
|
||||
|
||||
// TODO: @joooye34 mock migration from server data after page level upgrade implemented.
|
||||
// TODO(@eyhn) mock migration from server data after page level upgrade implemented.
|
||||
test.skip('migration', async ({ page, browser }) => {
|
||||
let workspaceId: string;
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@ async function importImage(page: Page, url: string) {
|
||||
},
|
||||
[url]
|
||||
);
|
||||
// TODO: wait for image to be loaded more reliably
|
||||
// TODO(@catsjuice): wait for image to be loaded more reliably
|
||||
await page.waitForTimeout(1000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user