diff --git a/tests/shell/fittsy.js b/tests/shell/fittsy.js index 53f58e0e4..09838d126 100644 --- a/tests/shell/fittsy.js +++ b/tests/shell/fittsy.js @@ -4,6 +4,7 @@ import Clutter from 'gi://Clutter'; import Shell from 'gi://Shell'; import * as Main from 'resource:///org/gnome/shell/ui/main.js'; +import * as Scripting from 'resource:///org/gnome/shell/ui/scripting.js'; import {sleep} from 'resource:///org/gnome/shell/ui/scripting.js'; const {Orientation, PickMode, TextDirection} = Clutter; @@ -45,6 +46,8 @@ export async function run() { const leftEdge = primaryMonitor.x + EPSILON; const rightEdge = primaryMonitor.x + primaryMonitor.width - EPSILON; + await Scripting.waitLeisure(); + const showApps = Main.overview.dash.showAppsButton; console.debug('Checking that dash extends to bottom screen edge'); checkFittsiness('fittsyDash',