Skip to content

Commit

Permalink
Update src/frontend/tests/core/features/publish-flow.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Cristhian Zanforlin Lousa <[email protected]>
  • Loading branch information
anovazzi1 and Cristhianzl authored Feb 14, 2025
1 parent 411998a commit 6b29cb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/tests/core/features/publish-flow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ test(
await page.waitForSelector('[data-testid="blank-flow"]', {
timeout: 3000,
});
// retrieve the flow id from the url
const flowId = page.url().split("/").pop();
expect(flowId).toBeDefined();
expect(flowId).not.toBeNull();
Expand Down

0 comments on commit 6b29cb0

Please sign in to comment.