Shun Miyazawa 1 год назад
Родитель
Сommit
3f1f2351d0
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      apps/app/playwright/60-home/home.spec.ts

+ 0 - 1
apps/app/playwright/60-home/home.spec.ts

@@ -74,7 +74,6 @@ test('Access Password setting', async({ page }) => {
   // Expect three error toasters to be displayed when the PasswordUpdateButton is pressed
   await page.getByTestId('grw-password-settings-update-button').click();
   const toastElements = page.locator('.Toastify__toast');
-  expect(toastElements).toHaveCount(3);
 
   const toastElementsCount = await toastElements.count();
   for (let i = 0; i < toastElementsCount; i++) {