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

fix: notifications panel #5786

Merged
merged 2 commits into from
Jan 13, 2025
Merged

fix: notifications panel #5786

merged 2 commits into from
Jan 13, 2025

Conversation

kandl
Copy link
Contributor

@kandl kandl commented Jan 10, 2025

Design fixes.
Display notification errors.
Remove useNotifications hook from docs and public API for now.
Enable in-platform notifications FF by default.

risk: low
JIRA: F1-1020


Important

Please, don't forget to run rush change for the commits that introduce new features or significant changes 🙏 This information is used to generate the change log.


Run extended test by pull request comment

Commands can be triggered by posting a comment with specific text on the pull request. It is possible to trigger multiple commands simultaneously.

extended-test --backstop | --integrated | --isolated | --record [--filter <file1>,<file2>,...,<fileN>]

Explanation

  • --backstop The command to run screen tests.
  • --integrated The command to run integrated tests against the live backend.
  • --isolated The command to run isolated tests against recordings.
  • --record The command to create new recordings for isolated tests.
  • --filter (Optional) A comma-separated list of test files to run. This parameter is valid only for the --integrated, --isolated, and --record commands.

Examples

extended-test --backstop
extended-test --integrated
extended-test --integrated --filter test1.spec.ts,test2.spec.ts
extended-test --isolated
extended-test --isolated --filter test1.spec.ts,test2.spec.ts
extended-test --record
extended-test --record --filter test1.spec.ts,test2.spec.ts

@kandl kandl added ready to review PR is ready to final code review publish pre-release labels Jan 10, 2025
@kandl kandl changed the title Mkn f1 1020 fix fix: notifications panel Jan 10, 2025
@kandl
Copy link
Contributor Author

kandl commented Jan 10, 2025

extended-test --record

Copy link

"extended-test --record" started. Check the progress here.

Copy link

❌ "extended-test --record" finished with result failure. Check the results here.

@kandl
Copy link
Contributor Author

kandl commented Jan 13, 2025

extended-test --record

Copy link

"extended-test --record" started. Check the progress here.

Copy link

✅ "extended-test --record" finished with result success. Check the results here.

kandl added 2 commits January 13, 2025 12:50
Design fixes.
Display notification errors.
Remove `useNotifications` hook from docs and public API for now.

risk: low
JIRA: F1-1020
@scavnickyj scavnickyj added this pull request to the merge queue Jan 13, 2025
Merged via the queue into release with commit 8a79a02 Jan 13, 2025
18 checks passed
@scavnickyj scavnickyj deleted the mkn-f1-1020-fix branch January 13, 2025 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
publish pre-release ready to review PR is ready to final code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants