-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[LAD Table][Browse Bar] Visual test and title attributes for actions #6640
Conversation
…t for column sizing in lad tables
Current Playwright Test Results Summary✅ 118 Passing - ❌ 1 Failing Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 05/04/2023 12:52:58am UTC) ❌ Failures📄 framework/baseFixtures.e2e.spec.js • 1 FailureTest Case Results
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome test! I've made some small suggestions
Codecov Report
@@ Coverage Diff @@
## master #6640 +/- ##
==========================================
+ Coverage 54.17% 54.18% +0.01%
==========================================
Files 623 623
Lines 24373 24374 +1
Branches 2412 2412
==========================================
+ Hits 13204 13208 +4
+ Misses 10511 10506 -5
- Partials 658 660 +2
*This pull request uses carry forward flags. Click here to find out more.
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small suggestion otherwise LGTM
}); | ||
test('Toggled column widths behave accordingly', async ({ page, theme }) => { | ||
|
||
await page.goto(ladTable.url, { waitUntil: 'domcontentloaded' }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can remove the waitUntil
here, since it isn't the initial page navigation
Closes #6639
Describe your changes:
Added title attributes to actions in the browse bar that will pull from the action names, like we do elsewhere in the code. Added a visual test for LAD Table column sizing fix in: #6636
All Submissions:
Author Checklist
Reviewer Checklist