mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: enable passing modifiers test (#733)
This test passes. Maybe at some point it failed on mac, but that has been fixed for a long time.
This commit is contained in:
parent
ce7c8d74b5
commit
b68a88a3fc
@ -349,7 +349,7 @@ module.exports.describe = function({testRunner, expect, playwright, FFOX, CHROMI
|
||||
expect(await page.evaluate(() => offsetY)).toBe(1910);
|
||||
});
|
||||
|
||||
it.skip(WEBKIT)('should update modifiers correctly', async({page, server}) => {
|
||||
it('should update modifiers correctly', async({page, server}) => {
|
||||
await page.goto(server.PREFIX + '/input/button.html');
|
||||
await page.click('button', { modifiers: ['Shift'] });
|
||||
expect(await page.evaluate(() => shiftKey)).toBe(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user