Skip to content

Commit

Permalink
Enable all tests again, visualization tests all passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza Dayoub committed Jul 14, 2018
1 parent d84b2a2 commit 976fab2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,17 @@ export default async function ({ readConfigFile }) {

return {
testFiles: [
require.resolve('./apps/console'),
require.resolve('./apps/getting_started'),
require.resolve('./apps/context'),
require.resolve('./apps/dashboard'),
require.resolve('./apps/discover'),
require.resolve('./apps/home'),
require.resolve('./apps/management'),
require.resolve('./apps/status_page'),
require.resolve('./apps/timelion'),
require.resolve('./apps/visualize'),
require.resolve('./apps/xpack'),
],
pageObjects: {
common: CommonPageProvider,
Expand Down

0 comments on commit 976fab2

Please sign in to comment.