Skip to content

Commit 646125f

Browse files
committed
Fix minor sorting nitpick
Followup from: #9520
1 parent d14181d commit 646125f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/support/e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ import './commands/explorer.js';
4747
import './commands/gtl.js';
4848
import './commands/login.js';
4949
import './commands/menu.js';
50+
import './commands/select.js';
5051
import './commands/stub_notifications.js';
5152
import './commands/throttle_response.js';
5253
import './commands/toolbar.js';
53-
import './commands/select.js';
5454

5555
// Assertions
5656
import './assertions/expect_alerts.js';

0 commit comments

Comments
 (0)