Skip to content

Commit

Permalink
Fixed expected value
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Apr 16, 2021
1 parent d54c065 commit 86814d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples/embeddables/adding_children.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
await testSubjects.moveMouseTo('euiFlyoutCloseButton');
await flyout.ensureClosed('dashboardAddPanel');
const tasks = await testSubjects.getVisibleTextAll('todoEmbeddableTask');
expect(tasks).to.eql(['Goes out on Wednesdays!', 'new task', 'Take the garbage out']);
expect(tasks).to.eql(['Goes out on Wednesdays!', 'Take the garbage out']);
});
});
}

0 comments on commit 86814d8

Please sign in to comment.