diff --git a/tests/playwright/tests/db/accountUserSettings.spec.ts b/tests/playwright/tests/db/accountUserSettings.spec.ts index 8386445d47..dd4904cd66 100644 --- a/tests/playwright/tests/db/accountUserSettings.spec.ts +++ b/tests/playwright/tests/db/accountUserSettings.spec.ts @@ -25,8 +25,6 @@ test.describe('App settings', () => { // todo: remove after route navigation issue resolved await accountSettingsPage.rootPage.reload({ waitUntil: 'networkidle' }); - await accountSettingsPage.waitUntilContentLoads(); - // enable invite only signup if (!(await accountSettingsPage.getInviteOnlyCheckboxValue())) { await accountSettingsPage.toggleInviteOnlyCheckbox(); @@ -48,8 +46,6 @@ test.describe('App settings', () => { await accountSettingsPage.goto(); - await accountSettingsPage.waitUntilContentLoads(); - await accountSettingsPage.checkInviteOnlySignupCheckbox(true); await accountSettingsPage.toggleInviteOnlyCheckbox(); await accountSettingsPage.checkInviteOnlySignupCheckbox(false); diff --git a/tests/playwright/tests/db/viewForm.spec.ts b/tests/playwright/tests/db/viewForm.spec.ts index 6aca59fcfb..558905dde0 100644 --- a/tests/playwright/tests/db/viewForm.spec.ts +++ b/tests/playwright/tests/db/viewForm.spec.ts @@ -177,8 +177,6 @@ test.describe('Form view', () => { // activate SMTP plugin await accountAppStorePage.goto(); - await accountAppStorePage.rootPage.reload({ waitUntil: 'networkidle' }); - await accountAppStorePage.waitUntilContentLoads(); // install SMTP await accountAppStorePage.install({ name: 'SMTP' }); @@ -205,8 +203,6 @@ test.describe('Form view', () => { // Uninstall SMTP await accountAppStorePage.goto(); - await accountAppStorePage.rootPage.reload({ waitUntil: 'networkidle' }); - await accountAppStorePage.waitUntilContentLoads(); await accountAppStorePage.uninstall({ name: 'SMTP' }); await dashboard.verifyToast({