Skip to content

Commit 2909b19

Browse files
committed
use correct vis name
1 parent 46da2af commit 2909b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/test/saved_object_tagging/functional/tests/visualize_integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
105105

106106
// //// TODO: remove, here for screenshot
107107
const foo = await listingTable.getAllItemsNames();
108-
expect(foo).to.contain('vis-with-new-tag');
108+
expect(foo).to.contain('My new markdown viz');
109109
//////
110110

111111
await selectFilterTags('tag-1');

0 commit comments

Comments
 (0)