Skip to content

Commit 1fa0f00

Browse files
committed
fix: correct Fusion SOAR workflows page path to /workflow/fusion
1 parent 02679e6 commit 1fa0f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/src/pages/WorkflowsPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class WorkflowsPage extends BasePage {
1212
}
1313

1414
protected getPagePath(): string {
15-
return '/fusion-soar/workflows';
15+
return '/workflow/fusion';
1616
}
1717

1818
protected async verifyPageLoaded(): Promise<void> {

0 commit comments

Comments
 (0)