-
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
Skip some tests, fix a mislabeled test, and add default condition for tabs #7422
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7422 +/- ##
==========================================
- Coverage 55.95% 55.89% -0.06%
==========================================
Files 662 662
Lines 26432 26432
Branches 2574 2574
==========================================
- Hits 14790 14775 -15
- Misses 10928 10943 +15
Partials 714 714
*This pull request uses carry forward flags. Click here to find out more. see 4 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.
LGTM
|
||
page.goto(tabsView.url); |
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.
ahh nice catch. hate when this happens
test('Eager Load Tabs is the default', async ({ page }) => { | ||
await page.goto(tabsView.url); | ||
|
||
await page.getByLabel('Edit Object').click(); | ||
await page.getByLabel('More actions').click(); | ||
await page.getByLabel('Edit Properties...').click(); | ||
await expect(await page.getByLabel('Eager Load Tabs')).toHaveValue('true'); | ||
}); | ||
}); |
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.
this test is a thing of beauty
Closes: #7421
Describe your changes:
All Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist