Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Tests with Playwright (task: ROC-66, Intermittent resolution in tests) #25416

Merged
merged 15 commits into from
May 11, 2022

Conversation

weslley543
Copy link
Contributor

Proposed changes (including videos or screenshots)

Issue(s)

Steps to test or reproduce

Further comments

@weslley543 weslley543 requested a review from a team as a code owner May 6, 2022 12:03
@weslley543 weslley543 requested review from souzaramon and ggazzo May 6, 2022 12:04
@@ -43,7 +43,7 @@ const AnnouncementComponent: FC<AnnouncementComponentParams> = ({ children, onCl
textAlign='center'
className={announcementBar}
>
<Box withTruncatedText w='none'>
<Box withTruncatedText w='none' data-qa={`AnnouncementAnnoucementComponent`}>
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove unnecessary template string

@@ -103,7 +103,7 @@ function UserInfo({
{name && (
<InfoPanel.Field>
<InfoPanel.Label>{t('Full_Name')}</InfoPanel.Label>
<InfoPanel.Text>{name}</InfoPanel.Text>
<InfoPanel.Text data-qa='UserName'>{name}</InfoPanel.Text>
Copy link
Contributor

Choose a reason for hiding this comment

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

data-qa should be UserInfoUserName

@@ -0,0 +1 @@
09-channel--Channel-Usage-Channel-settings-Cha-b9b9c-ncement-edit-expect-edit-the-announcement-input
Copy link
Contributor

Choose a reason for hiding this comment

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

add out.txt to .gitignore and remove this file

const mongoBaseUrl = process.env.MONGO_URL
? `${process.env.MONGO_URL}?retryWrites=false`
: 'mongodb://localhost:3001/meteor?retryWrites=false';
export const clearMessage = async (channelIds: string[]): Promise<void> => {
Copy link
Contributor

Choose a reason for hiding this comment

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

should be clearMessages, and the file should be equal as well

Copy link
Contributor

@souzaramon souzaramon left a comment

Choose a reason for hiding this comment

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

After this little changes I think its good 💯

@@ -43,7 +43,7 @@ const AnnouncementComponent: FC<AnnouncementComponentParams> = ({ children, onCl
textAlign='center'
className={announcementBar}
>
<Box withTruncatedText w='none'>
<Box withTruncatedText w='none' data-qa={`AnnouncementAnnoucementComponent`}>
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<Box withTruncatedText w='none' data-qa={`AnnouncementAnnoucementComponent`}>
<Box withTruncatedText w='none' data-qa='AnnouncementAnnoucementComponent'>

@weslley543 weslley543 requested a review from a team as a code owner May 10, 2022 19:48
@weslley543 weslley543 requested review from ggazzo and souzaramon May 10, 2022 20:09
@@ -43,7 +43,7 @@ const AnnouncementComponent: FC<AnnouncementComponentParams> = ({ children, onCl
textAlign='center'
className={announcementBar}
>
<Box withTruncatedText w='none'>
<Box withTruncatedText w='none' data-qa={'AnnouncementAnnoucementComponent'}>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<Box withTruncatedText w='none' data-qa={'AnnouncementAnnoucementComponent'}>
<Box withTruncatedText w='none' data-qa='AnnouncementAnnoucementComponent'>

Copy link
Contributor

@souzaramon souzaramon left a comment

Choose a reason for hiding this comment

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

lgtm!

@weslley543 weslley543 requested a review from souzaramon May 10, 2022 20:17
Copy link
Contributor

@souzaramon souzaramon left a comment

Choose a reason for hiding this comment

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

💯

@ggazzo ggazzo merged commit dab6fb3 into develop May 11, 2022
@ggazzo ggazzo deleted the tests/intermitences branch May 11, 2022 00:07
souzaramon pushed a commit that referenced this pull request May 11, 2022
gabriellsh added a commit that referenced this pull request May 12, 2022
…lists

* 'develop' of github.com:RocketChat/Rocket.Chat:
  Chore: Move markdown message parser to a `callback` (#25413)
  [FIX] Settings listeners not receiving overwritten values from env vars (#25448)
  Chore: Move ddp-streamer micro service to its own sub-repo (#25246)
  [NEW] Use setting to determine if initial general channel is needed (#25441)
  [IMPROVE] New admin settings Page (#25439)
  [FIX] Failure to update Integration History index (#25473)
  Chore: Rewrite 2fa to typescript (#25285)
  Chore: solve yarn issues from env var (#25468)
  Chore: REST query and body params validation (#25446)
  Chore: Tests with Playwright (task: ROC-66, Intermittent resolution in tests) (#25416)
  Chore: Convert email inbox feature to TypeScript (#25298)
gabriellsh added a commit that referenced this pull request May 16, 2022
* 'develop' of github.com:RocketChat/Rocket.Chat:
  Chore: Migrate NotFoundPage to TS (#25509)
  [FIX] Unable to see channel member list by authorized channel roles (#25412)
  Regression: Fix services-image-build-check (#25519)
  Chore: Migrate spotify to ts (#25507)
  [Chore] Reorder unreleased migrations (#25508)
  [FIX] Spotlight results showing usernames instead of real names (#25471)
  [FIX] LDAP sync removing users from channels when multiple groups are mapped to it (#25434)
  Chore: Move markdown message parser to a `callback` (#25413)
  [FIX] Settings listeners not receiving overwritten values from env vars (#25448)
  Chore: Move ddp-streamer micro service to its own sub-repo (#25246)
  [NEW] Use setting to determine if initial general channel is needed (#25441)
  [IMPROVE] New admin settings Page (#25439)
  [FIX] Failure to update Integration History index (#25473)
  Chore: Rewrite 2fa to typescript (#25285)
  Chore: solve yarn issues from env var (#25468)
  Chore: REST query and body params validation (#25446)
  Chore: Tests with Playwright (task: ROC-66, Intermittent resolution in tests) (#25416)
  Chore: Convert email inbox feature to TypeScript (#25298)
@d-gubert d-gubert mentioned this pull request May 31, 2022
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.

3 participants