Merge branch 'wip/fix-fittsy' into 'main'

tests/fittsy: Await leisure before checking fittsiness

See merge request GNOME/gnome-shell!3398
This commit is contained in:
Jonas Ådahl 2024-06-28 21:52:34 +00:00
commit ff232f845e

View file

@ -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',