Skip to content

Commit

Permalink
Hide setup button as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jscholes committed Jan 6, 2022
1 parent f6da61d commit 2f3b59b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/main/data/js/setFocusAfterMain.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// sets focus on a link after the main landmark
testPageDocument.querySelector('.button-run-test-setup').parentElement.style.display = 'none';
testPageDocument.getElementById('afterlink').focus();
1 change: 1 addition & 0 deletions tests/main/data/js/setFocusOnBottomLink.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
// sets focus on the 'Bottom' link
testPageDocument.querySelector('.button-run-test-setup').parentElement.style.display = 'none';
testPageDocument.getElementById('bottom').focus();

0 comments on commit 2f3b59b

Please sign in to comment.