Skip to content

Commit

Permalink
updates base test
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin P Chandran <[email protected]>
  • Loading branch information
ashwin-pc committed Sep 22, 2022
1 parent ddbc454 commit 4a6b704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/wizard/_base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});

it('should show visualization when a field is added', async () => {
const expectedData = [2858, 2904, 2814, 1322, 2784];
const expectedData = [2904, 2858, 2814, 2784, 1322];
await PageObjects.wizard.addField('metric', 'Count');
await PageObjects.wizard.addField('segment', 'Terms', 'machine.os.raw');

Expand Down

0 comments on commit 4a6b704

Please sign in to comment.