Skip to content

Commit

Permalink
Checking report
Browse files Browse the repository at this point in the history
  • Loading branch information
imranhasanraaz committed Aug 7, 2024
1 parent 66145fc commit 1e42b14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ test.describe("ASK USERS TO AGREE TO YOUR TERMS", () => {
await activity.gotoActivityPage();
const privacyContainer = page.locator("//span[@id='close_rtm_privacy_message']")
await expect(privacyContainer).toBeVisible({ timeout: 10000 });
expect('My test').toContain(' develop');
})
})

0 comments on commit 1e42b14

Please sign in to comment.