Switch to Flatly for e2e tests

pull/1/head
yann300 5 years ago committed by GitHub
parent ca889f84a2
commit 40ea18a0c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test-browser/helpers/init.js

@ -29,5 +29,6 @@ function initModules (browser, callback) {
.clickLaunchIcon('settings')
.setValue('#gistaccesstoken', process.env.gist_token)
.click('#savegisttoken')
.click('#settingsView #Flatly') // e2e tests were initially developed with Flatly. Some tests are failing with the default one (Dark), because the dark theme put uppercase everywhere.
.perform(() => { callback() })
}

Loading…
Cancel
Save