Skip to content

Commit

Permalink
Its a management token so it gets to see the clients tab under system…
Browse files Browse the repository at this point in the history
… jobs
  • Loading branch information
philrenaud committed Jul 21, 2023
1 parent fb97568 commit 3471073
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ui/tests/acceptance/keyboard-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,15 @@ module('Acceptance | keyboard', function (hooks) {
'Shift+ArrowRight takes you to the next tab (Evaluations)'
);

await triggerKeyEvent('.page-layout', 'keydown', 'ArrowRight', {
shiftKey: true,
});
assert.equal(
currentURL(),
`/jobs/${jobID}@default/clients`,
'Shift+ArrowRight takes you to the next tab (Clients)'
);

await triggerKeyEvent('.page-layout', 'keydown', 'ArrowRight', {
shiftKey: true,
});
Expand Down

0 comments on commit 3471073

Please sign in to comment.