fix(virtual-scroll): remove runOutsideAngular error (#18752)

fixes #18746
This commit is contained in:
Manu MA
2019-07-10 16:21:42 +02:00
committed by Brandy Carney
parent f060db5fe6
commit 8beeff2c52
15 changed files with 38 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ exports.config = {
],
capabilities: {
browserName: 'chrome',
chromeOptions: {
args: [ "--headless", "--disable-gpu", "--window-size=400,1000", "--start-maximized" ]
}