Skip to content

Conversation

ioanatflowcrypt
Copy link
Collaborator

@ioanatflowcrypt ioanatflowcrypt commented Aug 29, 2025

This PR fixed live gmail tests

close #6056 // if this PR closes an issue


Tests (delete all except exactly one):

  • Tests added or updated

To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):

  • addresses the issue it closes (if any)
  • code is readable and understandable
  • is accompanied with tests, or tests are not needed
  • is free of vulnerabilities
  • is documented clearly and usefully, or doesn't need documentation

@ioanatflowcrypt ioanatflowcrypt force-pushed the 6056-fix-live-gmail-tests branch from 4b0f94c to 1ef0313 Compare August 29, 2025 05:08
@ioanatflowcrypt ioanatflowcrypt marked this pull request as ready for review August 29, 2025 06:27
Copy link
Collaborator

@sosnovsky sosnovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

await googleChatPage.waitAndClick('.fKz7Od', { delay: 1 });
}
await googleChatPage.waitAny(['a.gb_6d', 'a.gb_Fc', 'a.gb_9d']); // Google hangout logo
await googleChatPage.waitAny(['a.gb_6d', 'a.gb_Fc', 'a.gb_9d', 'a.gb_7d']); // Google hangout logo
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like they just change number in a.gb_*d selector :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. And FYI other test failed because of Google workspace smart features introduce.

image

@sosnovsky sosnovsky merged commit 33b8b72 into master Aug 29, 2025
12 checks passed
@sosnovsky sosnovsky deleted the 6056-fix-live-gmail-tests branch August 29, 2025 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix live Gmail tests

2 participants