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

test: refactor nav spec to use sidebar pagemodels [INFENG-683] #9326

Merged
merged 1 commit into from
May 7, 2024

Conversation

JComins000
Copy link
Contributor

@JComins000 JComins000 commented May 7, 2024

Ticket

INFENG-683

Description

refactor to use sidebar pagemodels

Test Plan

Checklist

  • Changes have been manually QA'd
  • User-facing API changes need the "User-facing API Change" label.
  • Release notes should be added as a separate file under docs/release-notes/.
    See Release Note for details.
  • Licenses should be included for new code which was copied and/or modified from any external code.

@JComins000 JComins000 requested a review from a team as a code owner May 7, 2024 16:43
@cla-bot cla-bot bot added the cla-signed label May 7, 2024
Copy link

netlify bot commented May 7, 2024

Deploy Preview for determined-ui ready!

Name Link
🔨 Latest commit 69068ed
🔍 Latest deploy log https://app.netlify.com/sites/determined-ui/deploys/663a5a371f1180000804d89e
😎 Deploy Preview https://deploy-preview-9326--determined-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -7,13 +7,14 @@ import { SignIn } from 'e2e/models/pages/SignIn';
import { Workspaces } from 'e2e/models/pages/Workspaces';

test.describe('Navigation', () => {
const USERNAME = process.env.PW_USER_NAME ?? '';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this text was used to click on a button lmao

Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.94%. Comparing base (5b73dc4) to head (69068ed).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9326      +/-   ##
==========================================
- Coverage   44.60%   37.94%   -6.66%     
==========================================
  Files        1275      951     -324     
  Lines      156385   116563   -39822     
  Branches     2450     2450              
==========================================
- Hits        69756    44231   -25525     
+ Misses      86389    72092   -14297     
  Partials      240      240              
Flag Coverage Δ
harness ?
web 34.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 324 files with indirect coverage changes

Copy link

@davidfluck-hpe davidfluck-hpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me!

Copy link
Contributor

@loksonarius loksonarius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean, I dunno

@JComins000
Copy link
Contributor Author

JComins000 commented May 7, 2024

I mean, I dunno

@loksonarius btw things to look for would be "does it look like I'm replacing these things one-to-one" and "do the tests pass". thanks for looking!

@JComins000
Copy link
Contributor Author

JComins000 commented May 7, 2024

image

just gonna merge. circle ci is hitting concurrency limits

@JComins000 JComins000 enabled auto-merge (squash) May 7, 2024 17:24
@JComins000 JComins000 disabled auto-merge May 7, 2024 17:32
@JComins000 JComins000 merged commit 3d4e283 into main May 7, 2024
84 of 99 checks passed
@JComins000 JComins000 deleted the jcom/INFENG-683/navigation-spec-is-flaking branch May 7, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants