build: re-enable disabled e2e tests (#27979)
Re-enables a few e2e tests which have been disabled a long time ago. Since these pass now, we should re-enable them. PR Close #27979
This commit is contained in:

committed by
Andrew Kushnir

parent
11728bbbd9
commit
bea677136b
@ -13,7 +13,7 @@ const Key = protractor.Key;
|
||||
|
||||
describe('key_events', function() {
|
||||
|
||||
const URL = 'all/playground/src/key_events/index.html?bundles=false';
|
||||
const URL = 'all/playground/src/key_events/index.html';
|
||||
|
||||
afterEach(verifyNoBrowserErrors);
|
||||
beforeEach(() => { browser.get(URL); });
|
||||
|
Reference in New Issue
Block a user