Skip to content

Commit

Permalink
Mark as still failing on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Apr 17, 2020
1 parent d607d3a commit eb3a7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/keyboard.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('Keyboard', function() {
await page.keyboard.insertText('hello world');
expect(await page.evaluate('window.events')).toEqual(['input']);
});
it('should report shiftKey', async({page, server}) => {
it.fail(FFOX && MAC)('should report shiftKey', async({page, server}) => {
await page.goto(server.PREFIX + '/input/keyboard.html');
const keyboard = page.keyboard;
const codeForKey = {'Shift': 16, 'Alt': 18, 'Control': 17};
Expand Down

0 comments on commit eb3a7a8

Please sign in to comment.