Skip to content

Comments

Retry clicking on dropdown and wait for first item #5398

Merged
szczecha merged 13 commits intomainfrom
qa-290-flaky-saleor-198
Feb 17, 2025
Merged

Retry clicking on dropdown and wait for first item #5398
szczecha merged 13 commits intomainfrom
qa-290-flaky-saleor-198

Conversation

@szczecha
Copy link
Member

@szczecha szczecha commented Feb 7, 2025

Scope of the change

fix flaky SALEOR_198
I use https://playwright.dev/docs/test-assertions#expecttopass to make sure that clicking at dropdown shows list of options

@szczecha szczecha added the run pw-e2e Run e2e (basic suite from PR automation) label Feb 7, 2025
@changeset-bot
Copy link

changeset-bot bot commented Feb 7, 2025

🦋 Changeset detected

Latest commit: 6092edc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
saleor-dashboard Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot temporarily deployed to pr-5398 February 7, 2025 08:30 Destroyed
@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2025

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Pending ⏳ Other ❓ Flaky 🍂 Duration ⏱️
235 235 0 0 0 0 0 6m14s

Failed Tests

No failed tests ✨

Github Test Reporter by CTRF 💚

🔄 This comment has been updated

@github-actions github-actions bot temporarily deployed to pr-5398 February 7, 2025 08:47 Destroyed
@github-actions

This comment was marked as outdated.

@github-actions github-actions bot temporarily deployed to pr-5398 February 7, 2025 09:02 Destroyed
@github-actions

This comment was marked as outdated.

@github-actions github-actions bot temporarily deployed to pr-5398 February 7, 2025 09:15 Destroyed
@github-actions

This comment was marked as outdated.

@github-actions github-actions bot temporarily deployed to pr-5398 February 7, 2025 09:28 Destroyed
@github-actions

This comment was marked as outdated.

@github-actions github-actions bot temporarily deployed to pr-5398 February 7, 2025 09:41 Destroyed
@github-actions

This comment was marked as outdated.

@github-actions github-actions bot temporarily deployed to pr-5398 February 7, 2025 11:11 Destroyed
@github-actions github-actions bot temporarily deployed to pr-5398 February 7, 2025 11:28 Destroyed
@github-actions github-actions bot temporarily deployed to pr-5398 February 7, 2025 12:01 Destroyed
@github-actions github-actions bot temporarily deployed to pr-5398 February 7, 2025 12:16 Destroyed
@github-actions github-actions bot temporarily deployed to pr-5398 February 7, 2025 12:29 Destroyed
@github-actions github-actions bot temporarily deployed to pr-5398 February 7, 2025 12:43 Destroyed
@szczecha szczecha marked this pull request as ready for review February 7, 2025 12:55
@szczecha szczecha requested review from a team February 7, 2025 12:55
@github-actions github-actions bot temporarily deployed to pr-5398 February 7, 2025 12:59 Destroyed
@szczecha szczecha changed the title Add wait for first list item Retry clicking on dropdown and wait for first item Feb 7, 2025
@saleor saleor deleted a comment from github-actions bot Feb 11, 2025
@saleor saleor deleted a comment from github-actions bot Feb 11, 2025
@saleor saleor deleted a comment from github-actions bot Feb 11, 2025
@saleor saleor deleted a comment from github-actions bot Feb 11, 2025
@github-actions github-actions bot temporarily deployed to pr-5398 February 11, 2025 14:02 Destroyed
@szczecha szczecha self-assigned this Feb 11, 2025
@github-actions github-actions bot temporarily deployed to pr-5398 February 12, 2025 08:18 Destroyed
@github-actions github-actions bot temporarily deployed to pr-5398 February 12, 2025 10:12 Destroyed
@github-actions github-actions bot temporarily deployed to pr-5398 February 12, 2025 10:31 Destroyed
@github-actions github-actions bot temporarily deployed to pr-5398 February 13, 2025 07:31 Destroyed
@github-actions github-actions bot temporarily deployed to pr-5398 February 14, 2025 10:35 Destroyed
@codecov
Copy link

codecov bot commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.92%. Comparing base (e208b0e) to head (6092edc).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #5398    +/-   ##
========================================
  Coverage   61.92%   61.92%            
========================================
  Files        1245     1245            
  Lines       21530    21530            
  Branches     4260     4501   +241     
========================================
  Hits        13333    13333            
+ Misses       8160     7652   -508     
- Partials       37      545   +508     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 14, 2025

merge-reports: Run #4438

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Pending ⏳ Other ❓ Flaky 🍂 Duration ⏱️
235 234 1 0 0 0 0 5m23s

Some tests failed!

Name Failure Message
❌ TC: SALEOR_199 Create customer #e2e #customer No failure message

Github Test Reporter by CTRF 💚

🔄 This comment has been updated

@github-actions github-actions bot temporarily deployed to pr-5398 February 17, 2025 08:29 Destroyed
@github-actions github-actions bot temporarily deployed to pr-5398 February 17, 2025 08:47 Destroyed
@github-actions
Copy link
Contributor

github-actions bot commented Feb 17, 2025

merge-reports: Run #4439

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Pending ⏳ Other ❓ Flaky 🍂 Duration ⏱️
235 235 0 0 0 0 0 4m33s

🎉 All tests passed!

Github Test Reporter by CTRF 💚

🔄 This comment has been updated

@szczecha szczecha merged commit 2b72e45 into main Feb 17, 2025
17 checks passed
@szczecha szczecha deleted the qa-290-flaky-saleor-198 branch February 17, 2025 09:12
witoszekdev pushed a commit that referenced this pull request Feb 18, 2025
* add wait for first item

* do not overwrite comment with results

* use expect.toPass block

* restore overwrite comment to true

* remove waitForDOMToFullyLoad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run pw-e2e Run e2e (basic suite from PR automation)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants