Skip to content

Commit

Permalink
fix(e2e): Resolve two notification problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Vere-Grey committed Dec 12, 2024
1 parent edb2207 commit 846937a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 846937a

Please sign in to comment.