Skip to content

Commit

Permalink
[ML] Fix texts
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Jan 28, 2021
1 parent c364f06 commit 6da9486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export function getActions(
defaultMessage: 'Explore in Lens',
}),
description: i18n.translate(
'xpack.ml.dataVisualizer.indexBasedDataGrid.viewInLensDescription',
'xpack.ml.dataVisualizer.indexBasedDataGrid.exploreInLensDescription',
{
defaultMessage: 'View in Lens',
defaultMessage: 'Explore in Lens',
}
),
type: 'icon',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function ({ getService }: FtrProviderContext) {
await ml.dataVisualizerIndexBased.assertActionsPanelExists();
await ml.dataVisualizerIndexBased.assertViewInDiscoverCardExists();

await ml.testExecution.logTestStep('should not display the actions panel with cards');
await ml.testExecution.logTestStep('should not display job cards');
await ml.dataVisualizerIndexBased.assertCreateAdvancedJobCardNotExists();
await ml.dataVisualizerIndexBased.assertRecognizerCardNotExists(ecExpectedModuleId);
});
Expand Down

0 comments on commit 6da9486

Please sign in to comment.