Skip to content

Commit

Permalink
Remove delay from tapEthSignSwitch method as per user instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Aug 19, 2024
1 parent aff9646 commit cac5f99
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e/pages/Settings/AdvancedView.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import Matchers from '../../utils/Matchers';

class AdvancedSettingsView {
async tapEthSignSwitch() {
// Add delay
await new Promise(resolve => setTimeout(resolve, 2500));

// Scroll to the element
await Gestures.scrollToElement(
this.ethSignSwitch,
Expand Down

0 comments on commit cac5f99

Please sign in to comment.