Skip to content

Commit

Permalink
[ML] Fix test texts.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Aug 6, 2020
1 parent feccdad commit 0a1325e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/test/functional/apps/ml/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ export default function ({ getService }: FtrProviderContext) {
await ml.dataVisualizer.assertDataVisualizerIndexDataCardExists();
});

it('it should load the stack management with the ML menu item being present', async () => {
it('should load the stack management with the ML menu item being present', async () => {
await ml.navigation.navigateToStackManagement();
});

it('it should load the jobs list page in stack management', async () => {
it('should load the jobs list page in stack management', async () => {
await ml.navigation.navigateToStackManagementJobsListPage();
});

it('it should load the analytics jobs list page in stack management', async () => {
it('should load the analytics jobs list page in stack management', async () => {
await ml.navigation.navigateToStackManagementJobsListPageAnalyticsTab();
});
});
Expand Down

0 comments on commit 0a1325e

Please sign in to comment.