Shun Miyazawa 1 년 전
부모
커밋
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
   // Expect three error toasters to be displayed when the PasswordUpdateButton is pressed
   await page.getByTestId('grw-password-settings-update-button').click();
   await page.getByTestId('grw-password-settings-update-button').click();
   const toastElements = page.locator('.Toastify__toast');
   const toastElements = page.locator('.Toastify__toast');
-  expect(toastElements).toHaveCount(3);
 
 
   const toastElementsCount = await toastElements.count();
   const toastElementsCount = await toastElements.count();
   for (let i = 0; i < toastElementsCount; i++) {
   for (let i = 0; i < toastElementsCount; i++) {