[MM-50011] Disable popping the dialog box for uncaught exceptions (#2519)
This commit is contained in:
@@ -60,7 +60,7 @@ async function toggleDarkMode() {
|
||||
robot.keyTap('enter');
|
||||
robot.keyTap('v');
|
||||
robot.keyTap('t');
|
||||
await asyncSleep(500); // Add a sleep because sometimes the second 't' doesn't fire
|
||||
await asyncSleep(500); // Add a sleep because sometimes the second 't' doesn't fire
|
||||
robot.keyTap('t'); // Click on "Toggle Dark Mode" menu item
|
||||
robot.keyTap('enter');
|
||||
}
|
||||
|
Reference in New Issue
Block a user