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

Skip some tests, fix a mislabeled test, and add default condition for tabs #7422

Merged
merged 6 commits into from
Jan 29, 2024

Conversation

unlikelyzero
Copy link
Contributor

Closes: #7421

Describe your changes:

  • These tests appear to be flaky
  • tabs performance test got the wrong name
  • tabs test updated with default behavior

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Is this change backwards compatible? For example, developers won't need to change how they are calling the API or how they've extended core plugins such as Tables or Plots.

Author Checklist

  • Changes address original issue?
  • Tests included and/or updated with changes?
  • Has this been smoke tested?
  • Have you associated this PR with a type: label? Note: this is not necessarily the same as the original issue.
  • Have you associated a milestone with this PR? Note: leave blank if unsure.
  • Is this a breaking change to be called out in the release notes?
  • Testing instructions included in associated issue OR is this a dependency/testcase change?

Reviewer Checklist

  • Changes appear to address issue?
  • Reviewer has tested changes by following the provided instructions?
  • Changes appear not to be breaking changes?
  • Appropriate automated tests included?
  • Code style and in-line documentation are appropriate?

@unlikelyzero unlikelyzero added this to the Target:4.0.0 milestone Jan 28, 2024
@unlikelyzero unlikelyzero added type:maintenance tests, chores, or project maintenance pr:e2e:couchdb npm run test:e2e:couchdb pr:e2e:perf Trigger perf tests labels Jan 28, 2024
@github-actions github-actions bot removed the pr:e2e:couchdb npm run test:e2e:couchdb label Jan 28, 2024
Copy link

codecov bot commented Jan 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (60e1eeb) 55.95% compared to head (146deb5) 55.89%.

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              
Flag Coverage Δ *Carryforward flag
e2e-full 41.87% <ø> (ø) Carriedforward from f780273
e2e-stable 59.72% <ø> (-0.20%) ⬇️
unit 48.94% <ø> (+0.03%) ⬆️

*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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60e1eeb...146deb5. Read the comment docs.

@github-actions github-actions bot removed the pr:e2e:perf Trigger perf tests label Jan 28, 2024
@ozyx ozyx self-requested a review January 28, 2024 19:28
Copy link
Contributor

@ozyx ozyx left a 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);
Copy link
Contributor

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

Comment on lines +107 to +115
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');
});
});
Copy link
Contributor

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

@unlikelyzero unlikelyzero merged commit 735c823 into master Jan 29, 2024
2 of 8 checks passed
@unlikelyzero unlikelyzero deleted the choo-choo-train branch January 29, 2024 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:maintenance tests, chores, or project maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[e2e] Disabled tests for the choo-choo
2 participants