Skip to content

Commit

Permalink
Fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Feb 21, 2023
1 parent 52b0a2d commit ff2d7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/discover/group1/_sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.discover.waitUntilSidebarHasLoaded();

expect(await PageObjects.discover.getSidebarAriaDescription()).to.be(
'0 available fields. 0 meta fields. 3 meta fields.'
'0 available fields. 0 empty fields. 3 meta fields.'
);
await testSubjects.existOrFail(
`${PageObjects.discover.getSidebarSectionSelector('available')}-fetchWarning`
Expand Down

0 comments on commit ff2d7ca

Please sign in to comment.