-
Notifications
You must be signed in to change notification settings - Fork 307
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
Development
: Fix failing exam announcements playwright test
#10438
Development
: Fix failing exam announcements playwright test
#10438
Conversation
General
: Fix failing exam announcements playwright test Development
: Fix failing exam announcements playwright test
WalkthroughThe change modifies a single line within the exam participation test. The test now checks that the modal dialog attributes an exercise update to Changes
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (7)
🔇 Additional comments (1)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
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.
Tested locally, the updated test works as intended.
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.
thx for resolving this 👍
this is not the right way to fix it. This issue was already solved in scope of this PR: #10422 If you want to resolve the issue ASAP, please just remove |
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.
see my comment
The name should not be |
Checklist
General
Motivation and Context
The test expects the the author of the event to be a specific user. Due to the change in cc09e99, this no longer works for the problem statement changed notification, as it is triggered by the system itself, when the instructor changes the problem statement.

Description
Fixes the test, by expecting the author to be 'system'.
Steps for Testing
Prerequisites:
Run all playwright tests locally and make sure all pass, especially the one which failed: https://bamboo.ase.in.tum.de/browse/ARTEMIS-AEPTMA-DA-909/test/case/783743868
Testserver States
You can manage test servers using Helios. Check environment statuses in the environment list. To deploy to a test server, go to the CI/CD page, find your PR or branch, and trigger the deployment.
Review Progress
Code Review
Manual Tests
Summary by CodeRabbit