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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing e2e test #335

Merged
merged 2 commits into from
Feb 15, 2023
Merged

Fix failing e2e test #335

merged 2 commits into from
Feb 15, 2023

Conversation

streamer45
Copy link
Contributor

@streamer45 streamer45 commented Feb 15, 2023

Summary

Fixing some new failures after the latest boards/webapp update 馃槵

@streamer45 streamer45 added the 2: Dev Review Requires review by a core committer label Feb 15, 2023
@streamer45 streamer45 self-assigned this Feb 15, 2023
Comment on lines +9 to +11
timeout: 30 * 1000,
expect: {
timeout: 30 * 1000,
timeout: 10 * 1000,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unrelated but lowering some timeouts after the latest issue which took way too long cause of these being so high.

@@ -393,7 +393,7 @@ test.describe('switching products', () => {
await expect(devPage.page.locator('#calls-widget')).toBeVisible();

await devPage.page.locator('#calls-widget-participants-button').click();
const participantsList = devPage.page.locator('#calls-widget-participants-menu');
const participantsList = devPage.page.locator('#calls-widget-participants-list');
Copy link
Member

Choose a reason for hiding this comment

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

Just curious, what did boards due to affect this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No idea to be honest I just wanted to fix it fast. Maybe something on .Menu class again. But it started failing all of the sudden, I guess it could have been webapp as well, didn't investigate further.

@streamer45
Copy link
Contributor Author

I have no idea why the pipeline fails to be honest. Plugin is building fine but somehow it breaks at uploading the npm cache. I'll try to trigger it once more but otherwise will merge this.

@streamer45 streamer45 added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Feb 15, 2023
@streamer45 streamer45 merged commit 82adc99 into main Feb 15, 2023
@streamer45 streamer45 deleted the fix-e2e branch February 15, 2023 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants