-
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
[CLA Received] wrote an e2e test for can create a notebook object #7236
Conversation
Current Playwright Test Results Summary✅ 163 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 12/04/2023 10:02:01pm UTC)
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Log plot tests Log Plot ticks are functionally correct in regular and log mode and after refresh
Retry 1 • Initial Attempt |
0% (0)0 / 46 runsfailed over last 7 days |
28.26% (13)13 / 46 runsflaked over last 7 days |
📄 functional/plugins/telemetryTable/telemetryTable.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Telemetry Table unpauses and filters data when paused by button and user changes bounds
Retry 1 • Initial Attempt |
0% (0)0 / 43 runsfailed over last 7 days |
27.91% (12)12 / 43 runsflaked over last 7 days |
📄 functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 2 Flakes
Top 1 Common Error Messages
|
2 Test Cases Affected |
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Restricted Notebook with a page locked and with an embed @addinit Allows embeds to be deleted if page unlocked @addinit
Retry 1 • Initial Attempt |
0% (0)0 / 45 runsfailed over last 7 days |
28.89% (13)13 / 45 runsflaked over last 7 days |
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1 • Initial Attempt |
2.22% (1)1 / 45 runfailed over last 7 days |
40% (18)18 / 45 runsflaked over last 7 days |
📄 functional/planning/timelist.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Time List Create a Time List, add a single Plan to it and verify all the activities are displayed with no milliseconds
Retry 1 • Initial Attempt |
1.47% (1)1 / 68 runfailed over last 7 days |
54.41% (37)37 / 68 runsflaked over last 7 days |
📄 functional/plugins/notebook/notebookSnapshots.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Snapshot image tests Can drop an image onto a notebook and create a new entry
Retry 1 • Initial Attempt |
2.17% (1)1 / 46 runfailed over last 7 days |
56.52% (26)26 / 46 runsflaked over last 7 days |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #7236 +/- ##
==========================================
+ Coverage 55.92% 56.05% +0.12%
==========================================
Files 654 654
Lines 26265 26265
Branches 2538 2538
==========================================
+ Hits 14688 14722 +34
+ Misses 10864 10837 -27
+ Partials 713 706 -7
*This pull request uses carry forward flags. Click here to find out more. see 13 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.
Awesome job so far! I've left a few comments to shape this one up a bit. Let us know if you have any questions or run into any issues.
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.
Nice work! Almost there. Just a couple more assertions to add and this will be g2g.
@ozyx I made the changes and I'm trying to push to the repository, but I keep getting this error. Everything is fine until I push
I went to my forked repository and synced it incase it was the problem. Have you any suggestions that I can try? |
Hi Sara, Could you try the following:
|
@ozyx , I tried the suggestions. This is what I'm getting in my terminal Saras-MacBook-Air:openmct saramcclelland$ git stash
|
Give |
@ozyx, I tried git merge and got this I ran git status and got this Saras-MacBook-Air:openmct saramcclelland$ git status
To have this happen automatically for branches without a tracking Saras-MacBook-Air:openmct saramcclelland$ |
@saram7619 Could you try the suggestions in the error messages? Sorry, without your working space in front of me it's hard to debug this asynchronously. You might need to do some Googling (or ChatGPT-ing) for this one. |
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.
Nice work! Thanks!
Closes #7226
Describe your changes:
I created a domain object and confirmed that the newly created notebook has one section and one page, using playwright.
All Submissions:
Author Checklist
Reviewer Checklist