Skip to content

Commit

Permalink
test(update): click twice on enable notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed May 7, 2024
1 parent b02604c commit 22cd6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/specs/09-settings-notifications.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default async function settingsNotificationsTests() {
it("Settings Notifications - Disable all notifications by switching ENABLED toggle to off", async () => {
// Click on ENABLED switch slider to activate toggles and then validate that toggle has now value = "0" (disabled)
await SettingsNotificationsScreen.clickOnEnabledNotifications();
await SettingsNotificationsScreen.clickOnEnabledNotifications();
await SettingsNotificationsScreen.validateEnabledNotificationsIsDisabled();

// Validate that toggle switch for FRIENDS has now value = "0" (disabled)
Expand Down

0 comments on commit 22cd6e8

Please sign in to comment.