Skip to content

Commit

Permalink
second attempt at navigating to kibana dat aviews
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Aug 21, 2023
1 parent b0d78f3 commit 3bfb4f1
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
after(async () => await esArchiver.unload(archivePath));

it('Scripted fields tab is missing', async () => {
await PageObjects.common.navigateToUrl('management');
await testSubjects.click('app-card-dataViews');
await PageObjects.common.navigateToUrl('management', 'kibana/dataViews', {
shouldUseHashForSubUrl: true,
});
// await testSubjects.click('app-card-dataViews');
await testSubjects.click('detail-link-basic_index');
await testSubjects.exists('tab-indexedFields');
await testSubjects.missingOrFail('tab-scriptedFields');
Expand Down

0 comments on commit 3bfb4f1

Please sign in to comment.