Skip to content

Commit

Permalink
Renamed the file as per suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
nk2136 committed Jan 31, 2025
1 parent a565d83 commit 8838ce1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ test('Copy workflow', async ({ page }) => {
// Click the 'Copy Workflow' button to start the copy process
await page.reload();
const copyWorkflowButton = page.locator('#btn_duplicateWorkflow');
await copyWorkflowButton.waitFor({state: 'visible'});
await copyWorkflowButton.waitFor({ state: 'visible' });
await copyWorkflowButton.click();

// Wait for the "Duplicate Workflow" dialog to appear
Expand Down

0 comments on commit 8838ce1

Please sign in to comment.