Skip to content

Commit

Permalink
update test subject
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Jun 23, 2020
1 parent 9075cbb commit 5f262de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
it(`doesn't show Index Patterns in management side-nav`, async () => {
await PageObjects.settings.navigateTo();
await testSubjects.existOrFail('kibana');
await testSubjects.missingOrFail('index_patterns');
await testSubjects.missingOrFail('indexPatterns');
});

it(`does not allow navigation to Index Patterns; redirects to management home`, async () => {
Expand Down

0 comments on commit 5f262de

Please sign in to comment.