Skip to content

Commit 1e036f2

Browse files
committed
fix test
1 parent 77ffa11 commit 1e036f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • x-pack/test/functional/apps/graph

x-pack/test/functional/apps/graph/graph.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
134134

135135
await PageObjects.graph.isolateEdge('test', '/test/wp-admin/');
136136

137-
await this.stopLayout();
137+
await PageObjects.graph.stopLayout();
138138
await PageObjects.common.sleep(1000);
139139
const testTestWpAdminBlogEdge = edges.find(
140140
({ sourceNode, targetNode }) =>
141141
targetNode.label === '/test/wp-admin/' && sourceNode.label === 'test'
142142
)!;
143143
await testTestWpAdminBlogEdge.element.click();
144144
await PageObjects.common.sleep(1000);
145-
await this.startLayout();
145+
await PageObjects.graph.startLayout();
146146

147147
const vennTerm1 = await PageObjects.graph.getVennTerm1();
148148
log.debug('vennTerm1 = ' + vennTerm1);

0 commit comments

Comments
 (0)