diff --git a/packages/suite-desktop-core/e2e/support/pageActions/settingsActions.ts b/packages/suite-desktop-core/e2e/support/pageActions/settingsActions.ts index 4433dff25c9..efce871b7e1 100644 --- a/packages/suite-desktop-core/e2e/support/pageActions/settingsActions.ts +++ b/packages/suite-desktop-core/e2e/support/pageActions/settingsActions.ts @@ -100,7 +100,7 @@ export class SettingsActions { this.homescreenGalleryButton = this.window.getByTestId( '@settings/device/homescreen-gallery', ); - this.notificationSuccessToast = this.window.getByTestId('@toast/settings-applied'); + this.notificationSuccessToast = this.window.getByTestId('@toast/settings-applied').first(); this.coinBackendSelector = this.window.getByTestId('@settings/advance/select-type/input'); this.coinAddressInput = this.window.getByTestId('@settings/advance/url'); this.coinAdvanceSettingSaveButton = this.window.getByTestId(