-
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
[Tooltips] Finish tests for gauges, telemetry tables, recently viewed items, and time strips #7145
Conversation
@@ -226,7 +226,7 @@ | |||
</template> | |||
|
|||
<template v-if="typeMeter"> | |||
<div class="c-meter"> | |||
<div class="c-meter" @mouseover.ctrl="showToolTip" @mouseleave="hideToolTip"> |
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.
Added tooltips for meter gauges
Current Playwright Test Results Summary✅ 14 Passing Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 10/24/2023 10:06:25pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 2079ad1 Started: 10/24/2023 10:03:07pm UTC Current Playwright Test Results Summary✅ 147 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 10/24/2023 10:06:25pm 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 |
4% (3)3 / 75 runsfailed over last 7 days |
20% (15)15 / 75 runsflaked over last 7 days |
📄 functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 1 Flake
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 |
7.69% (6)6 / 78 runsfailed over last 7 days |
48.72% (38)38 / 78 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.53% (2)2 / 79 runsfailed over last 7 days |
68.35% (54)54 / 79 runsflaked over last 7 days |
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
Codecov Report
@@ Coverage Diff @@
## master #7145 +/- ##
===========================================
- Coverage 55.77% 41.83% -13.95%
===========================================
Files 651 414 -237
Lines 26187 12923 -13264
Branches 2535 0 -2535
===========================================
- Hits 14607 5406 -9201
+ Misses 10881 7517 -3364
+ Partials 699 0 -699
see 523 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
await page.dragAndDrop(`text=${sineWaveObject3.name}`, '.c-gauge__wrapper'); | ||
await page.keyboard.down('Control'); | ||
// eslint-disable-next-line playwright/no-force-option | ||
await page.locator('.c-gauge.c-dial').hover({ position: { x: 0, y: 0 }, force: 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.
here
Closes #7142
Describe your changes:
Added tests for gauges, telemetry tables, recently viewed items, and time strips
All Submissions:
Author Checklist
Reviewer Checklist