mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
selenium: try to enable native events
This commit is contained in:
parent
bd58fd15d4
commit
21d6a8d7e3
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ async function runTest(testSettings){
|
|||
'platformName': testSettings.platformName,
|
||||
'browserVersion': testSettings.browserVersion,
|
||||
'sauce:options': {
|
||||
'nativeEvents': true,
|
||||
'username': process.env.SAUCE_USERNAME,
|
||||
'accessKey': process.env.SAUCE_ACCESS_KEY,
|
||||
'build': process.env.GIT_HASH,
|
||||
|
|
Loading…
Reference in a new issue