Skip to content

Commit

Permalink
edit: click on partner goal switch mode button instead of navigating …
Browse files Browse the repository at this point in the history
…to home page after initiating collaboration
  • Loading branch information
vinaybadgujar102 committed Oct 6, 2024
1 parent 8de42fd commit c84045b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ test.describe("Goal Sharing Feature", () => {

test(`check if collaborated goal is visible in User ${receiver}'s MyGoal`, async () => {
console.log(`Checking if collaborated goal is visible in User ${receiver}'s MyGoal...`);
await goToMyGoalsPageFlow(receiverPage());
await receiverPage().locator(".header-logo-wrapper").click();
await expect(receiverPage().locator(".my-goals-content").first()).toContainText(currentGoalTitle);
});
});
Expand Down

0 comments on commit c84045b

Please sign in to comment.