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

[LAD Table][Browse Bar] Visual test and title attributes for actions #6640

Merged
merged 8 commits into from
May 4, 2023

Conversation

jvigliotta
Copy link
Contributor

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:

  • 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?
  • Command line build passes?
  • Has this been smoke tested?
  • 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?
  • Has associated issue been labelled unverified? (only applicable if this PR closes the issue)
  • Has associated issue been labelled bug? (only applicable if this PR is for a bug fix)

@deploysentinel
Copy link

deploysentinel bot commented May 3, 2023

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)

Run Details

Running Job e2e-stable on CircleCI

Commit: bbc5d86

Started: 05/04/2023 12:48:22am UTC

❌ Failures

📄   framework/baseFixtures.e2e.spec.js • 1 Failure

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
baseFixtures tests Verify that tests fail if console.error is thrown
Initial Attempt
Error: Console error detected: [error] This should result in a failure at ( 0:14)...
Console error detected: [error] This should result in a failure at ( 0:14)

Expected: not "error"

100% (78) 78 / 78 runs
failed over last 7 days
0% (0) 0 / 78 runs
flaked over last 7 days

View Detailed Build Results


@jvigliotta jvigliotta requested a review from ozyx May 3, 2023 22:25
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.

Awesome test! I've made some small suggestions

@codecov
Copy link

codecov bot commented May 3, 2023

Codecov Report

Merging #6640 (bbc5d86) into master (549a579) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            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     
Flag Coverage Δ *Carryforward flag
e2e-full 31.35% <ø> (ø) Carriedforward from 549a579
e2e-stable 55.46% <ø> (ø)
unit 48.97% <100.00%> (-0.03%) ⬇️

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
src/ui/layout/BrowseBar.vue 44.31% <ø> (ø)
src/ui/layout/pane.vue 46.25% <100.00%> (+0.68%) ⬆️

... and 5 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 549a579...bbc5d86. Read the comment docs.

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.

One small suggestion otherwise LGTM

});
test('Toggled column widths behave accordingly', async ({ page, theme }) => {

await page.goto(ladTable.url, { waitUntil: 'domcontentloaded' });
Copy link
Contributor

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

@jvigliotta jvigliotta requested a review from ozyx May 3, 2023 23:51
@unlikelyzero unlikelyzero added the pr:e2e:couchdb npm run test:e2e:couchdb label May 4, 2023
@github-actions github-actions bot removed the pr:e2e:couchdb npm run test:e2e:couchdb label May 4, 2023
@unlikelyzero unlikelyzero merged commit b7c68f7 into master May 4, 2023
@unlikelyzero unlikelyzero deleted the mct6636-visual branch May 4, 2023 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need visual test for lad table column config and titles for browse bar actions
3 participants