-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
V14 QA Added Content tests with various of data types #16824
Merged
nhudinh0309
merged 50 commits into
v14/dev
from
v14/QA/content-with-image-cropper-tests
Aug 27, 2024
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
2b3799b
Added Content tests with content picker
nhudinh0309 09b1f36
Removed the test for content picker
nhudinh0309 4d202ae
Added Content tests with the default content picker
nhudinh0309 24799f0
Added more Content tests with Content Picker data type
nhudinh0309 a10bfc3
Added the Content tests with Dropdown
nhudinh0309 c003100
Added Content tests with Image Cropper
nhudinh0309 76222b0
Updated upload file method due to test helper changes
nhudinh0309 639b11c
Added Content tests with Image Cropper
nhudinh0309 0b02f72
Added Content tests with Image Cropper data type
nhudinh0309 d9de96c
Added Content tests with Media Picker data type
nhudinh0309 9f7c5ab
Updated Media tests due to ui helper changes
nhudinh0309 046629e
Merge branch 'v14/dev' into v14/QA/content-with-various-data-type-tests
nhudinh0309 485c97c
Bumped version of test helper and json builder
nhudinh0309 f905764
Make all Content tests run in pipeline - should remove it before merging
nhudinh0309 de2becb
Fixed the name of tests
nhudinh0309 3b33392
Updated the tests for Media Picker in Content section
nhudinh0309 4097a3a
Added the Content tests with Multiple Media Picker
nhudinh0309 f485019
Merge branch 'v14/QA/content-with-dropdown-tests' into v14/QA/content…
nhudinh0309 f01c00a
Merge branch 'v14/QA/content-with-content-picker-tests' into v14/QA/c…
nhudinh0309 6c5b195
Updated the Content test with Content Picker due to the test helper c…
nhudinh0309 e9d935b
Bumped version of test helper
nhudinh0309 57eaf69
Merge branch 'v14/dev' into v14/QA/content-with-various-data-type-tests
nhudinh0309 c9fc047
Fixed the failing tests for Content
nhudinh0309 ce7aa8d
Removed Image Cropper test in this branch
nhudinh0309 7d2a305
Added more waits
nhudinh0309 ec80d3c
Added smoke tags
nhudinh0309 f75f32e
Make smoke tests run in the pipeline
nhudinh0309 82812d1
Added Content tests for Image Cropper
nhudinh0309 96a7a08
Added smoke tags to make all Image Cropper tests running in the pipeline
nhudinh0309 17b3527
Added Content tests with Member Picker
nhudinh0309 0842dcd
Added Content tests with Multiple Image Media Picker
nhudinh0309 c91a2db
Added Content tests with Numeric
nhudinh0309 686f14c
Merge branch 'v14/QA/content-with-member-picker-tests' into v14/QA/co…
nhudinh0309 52e1fc5
Merge branch 'v14/dev' into v14/QA/content-with-image-cropper-tests
nhudinh0309 8f455b4
Bumped version of test helper
nhudinh0309 471337a
Make all Content tests running in the pipeline
nhudinh0309 2bf439d
Assert that the content is published
nhudinh0309 0d212a0
Assert that the content is published
nhudinh0309 3b2f8db
Merge branch 'v14/dev' into v14/QA/content-with-image-cropper-tests
nhudinh0309 1b6fe1e
Merge branch 'v14/dev' into v14/QA/content-with-various-data-type-tests
nhudinh0309 f6eea83
Fixed code conflict
nhudinh0309 f484fae
Fixed comment and code conflict
nhudinh0309 601fadc
Make all Content tests run in the pipeline
nhudinh0309 4d8c54b
Merge branch 'v14/QA/content-with-image-cropper-tests' of https://git…
nhudinh0309 580b20f
Merge branch 'v14/dev' into v14/QA/content-with-image-cropper-tests
nhudinh0309 8732d97
Refactor the Content tests with different data type
nhudinh0309 db5853d
Merge branch 'v14/dev' into v14/QA/content-with-image-cropper-tests
nhudinh0309 2a65fe5
Cleaned code
nhudinh0309 f49cfaa
Make the smoke tests run in the pipeline
nhudinh0309 e599415
Merge branch 'v14/dev' into v14/QA/content-with-image-cropper-tests
nhudinh0309 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Why was this removed from the beforeEach?
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.
Because we need to go to the back office after creating the content in some tests, this step should be defined in each test rather than in the beforeEach