Skip to content

Commit

Permalink
Update cypress test to use OS kb layout dropdown instead of ISO toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
precondition committed Aug 23, 2022
1 parent 0a9cb69 commit af9118a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tester.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('Tester feature', function () {
it('Should change layout', function () {
// ISO has 105 keys
cy.get('.bes-controls').click();
cy.get('#setting-toggle-iso').click();
cy.get('#setting-panel-os-keyboard-layout').select('keymap_uk');
cy.get('.visual-tester-keymap').find('div').should('have.length', 105);
});
it('Handle typing', function () {
Expand Down

0 comments on commit af9118a

Please sign in to comment.