Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Nov 7, 2023
1 parent 86681be commit 4099571
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,9 @@ export default function (ctx: FtrProviderContext) {
it('allows to access only via a permitted index alias', async () => {
await globalNav.badgeExistsOrFail('Read only');

await PageObjects.settings.refreshDataViewFieldList('logstash-*');
await PageObjects.common.navigateToApp('discover');
// this doesn't work since the user doesn't have access
// await PageObjects.settings.refreshDataViewFieldList('logstash-*');
// await PageObjects.common.navigateToApp('discover');

// can't access logstash index directly
await PageObjects.discover.selectIndexPattern('logstash-*');
Expand Down

0 comments on commit 4099571

Please sign in to comment.