-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add integration test for loading groups, timetable and information sheets #498
Conversation
Visit the preview URL for this PR (updated for commit 6de62b9): https://sharezone-test--pr498-group-page-integrati-hserg63v.web.app (expires Sun, 19 Mar 2023 19:25:58 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b |
// * https://github.com/SharezoneApp/sharezone-app/issues/497 | ||
// * https://github.com/SharezoneApp/sharezone-app/issues/117 | ||
|
||
print("Test: User should be able to load groups"); |
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.
log()
prints an empty message when running our integration test. How can we enable the log()
. Used the print()
as an alternative for now.
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.
As this test is only going through the surface-level pages and looks that the information are there I don't even think its that bad that it is only one test. I think you can just remove the prints or replace them with a comment.
The idea of the prints are that they should help when the fails to help to identify what part of the test failed |
Description
This PR adds an integration test for the following test cases:
Because of #117 and #497 are we blocked to write multiple integration tests. As a workaround can be put integration tests into one test until #117 & #497 are fixed. Not an ideal solution but better than nothing.
Demo
v.mp4
Related Tickets
Closes #499
Closes #500
Closes #501