rename entry file for settings tests

This commit is contained in:
Joe Fleming 2015-11-03 15:54:40 -07:00
parent 286badd773
commit a15d9544c9
2 changed files with 2 additions and 2 deletions

View file

@ -12,8 +12,8 @@ define(function (require) {
}],
tunnelOptions: serverConfig.webdriver,
functionalSuites: [
'test/functional/status_page/index'
'test/functional/apps/settings/testSettings'
'test/functional/status_page/index',
'test/functional/apps/settings/index'
],
excludeInstrumentation: /(fixtures|node_modules)\//,
loaderOptions: {