Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jul 10, 2023
1 parent fe7db0c commit 3fe0b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples/embeddables/list_container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function ({ getService }: PluginFunctionalProviderContext) {
it('list containers render', async () => {
await retry.try(async () => {
const title = await testSubjects.getVisibleText('listContainerTitle');
expect(title).to.be('todo list');
expect(title).to.be('Todo list');

const titles = await testSubjects.getVisibleTextAll('todoEmbeddableTitle');
expect(titles).to.eql(['Take out the trash', 'Vaccum the floor']);
Expand Down

0 comments on commit 3fe0b21

Please sign in to comment.