Skip to content

Commit 7f4d967

Browse files
author
LeeDr
committed
re-fix navigate path for master
1 parent 4b2e5bd commit 7f4d967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/test/stack_functional_integration/test/functional/apps/sample_data

x-pack/test/stack_functional_integration/test/functional/apps/sample_data/e_commerce.js

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

1313
before(async () => {
1414
await browser.setWindowSize(1200, 800);
15-
await PageObjects.common.navigateToUrl('home', '/home/tutorial_directory/sampleData', {
15+
await PageObjects.common.navigateToUrl('home', '/tutorial_directory/sampleData', {
1616
useActualUrl: true,
1717
insertTimestamp: false,
1818
});

0 commit comments

Comments
 (0)