Shun Miyazawa 1 éve
szülő
commit
3bd90c8865
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      apps/app/playwright/23-editor/with-navigation.spec.ts

+ 1 - 1
apps/app/playwright/23-editor/with-navigation.spec.ts

@@ -100,6 +100,6 @@ test('Successfully updating the page body', async({ page }) => {
   await page.getByTestId('editor-button').click();
   await expect(page.getByTestId('grw-editor-navbar-bottom')).toBeVisible();
 
-  expect(page.getByTestId('page-editor-preview-body')).toContainText(page1Body);
+  await expect(page.getByTestId('page-editor-preview-body')).toContainText(page1Body);
 
 });