-
Notifications
You must be signed in to change notification settings - Fork 33
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
test: e2e tests for proposals new dynamic material table #1766
Open
martin-trajanovski
wants to merge
79
commits into
master
Choose a base branch
from
SWAP-4539-e2e-tests-for-the-new-proposals-table
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
test: e2e tests for proposals new dynamic material table #1766
martin-trajanovski
wants to merge
79
commits into
master
from
SWAP-4539-e2e-tests-for-the-new-proposals-table
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tProject/frontend into add-dynamic-material-table
…tProject/frontend into add-dynamic-material-table
…' of https://github.com/SciCatProject/frontend into SWAP-4456-dataset-metadata-improvements
…hub.com/SciCatProject/frontend into SWAP-4456-dataset-metadata-improvements
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.
Hey @martin-trajanovski - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider adding comments or documentation for the new utility functions like 'getFormattedTime' to clarify their purpose and usage.
- Ensure consistent use of single or double quotes in the Cypress tests for better readability and maintainability.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟡 Complexity: 1 issue found
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
src/app/shared/modules/dynamic-material-table/utilizes/default-table-config.ts
Show resolved
Hide resolved
src/app/shared/modules/dynamic-material-table/utilizes/default-table-config.ts
Outdated
Show resolved
Hide resolved
…ps://github.com/SciCatProject/frontend into SWAP-4539-e2e-tests-for-the-new-proposals-table
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds e2e tests for the new proposal table and also improve the syncing of the default and saved table settings.
Motivation
e2e tests for the new proposal table were missing and sync of the saved and default settings wasn't working properly.
Fixes:
Changes:
Please provide a list of the changes implemented by this PR
Tests included
Documentation
official documentation info
If you have updated the official documentation, please provide PR # and URL of the pages where the updates are included
Backend version