-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 Added acceptance test for basic functions of Data Type, Approved Color and Label #15551
Merged
andr317c
merged 5 commits into
v14/QA/data-type-acceptane-tests-base
from
v14/QA/data-type/basic-functions-approved-color-label-tests
Jan 11, 2024
Merged
V14 Added acceptance test for basic functions of Data Type, Approved Color and Label #15551
andr317c
merged 5 commits into
v14/QA/data-type-acceptane-tests-base
from
v14/QA/data-type/basic-functions-approved-color-label-tests
Jan 11, 2024
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
andr317c
requested changes
Jan 10, 2024
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/ApprovedColor.spec.ts
Outdated
Show resolved
Hide resolved
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/Label.spec.ts
Outdated
Show resolved
Hide resolved
tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/DataType/DataTypes.spec.ts
Outdated
Show resolved
Hide resolved
andr317c
approved these changes
Jan 11, 2024
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.
Looks good to me! 😄
ef1ef00
into
v14/QA/data-type-acceptane-tests-base
13 checks passed
andr317c
added a commit
that referenced
this pull request
Feb 12, 2024
* Fixed failing tests * Updated tests to use the updated helpers * Clean up tests * Enabled our pipeline for E2E testing * Updated the CMS URl for our E2E tests * Bumped version of our testHelpers * Did some fixing, still a bit more to do * Updated auth tests to use LoginUiHelper * Updated Telemetry tests to use TelemetryUiHelper * Updated LogViewer tests to use LogViewerUiHelper * Updated api tests to apply AAA pattern and fix failed tests * Removed unused import * Fixed comments * Bumped version of test helper * Updated the version to 10 instead of 11 * Updated the package-lock.json file to contain the correct versions * Added a waitForTimeout The reason for this is that this test is failing on the pipeline * V14 Added acceptance test for basic functions of Data Type, Approved Color and Label (#15551) * Updated api tests for DataType * Added ui tests for basic functions of DataType * Added ui tests for Approved color * Added ui tests for Label * Fixed comments * V14 Added acceptance tests for Date Picker (#15561) * Updated api tests for DataType * Added ui tests for basic functions of DataType * Added ui tests for Approved color * Added ui tests for Label * Added ui tests for Date Picker * Removed blank line Co-authored-by: Andreas Zerbst <[email protected]> --------- Co-authored-by: Andreas Zerbst <[email protected]> * V14 Added acceptance test for List View (#15575) * Updated api tests for DataType * Added ui tests for basic functions of DataType * Added ui tests for Approved color * Added ui tests for Label * Added ui tests for Date Picker * Fix merged * Updated DatePicker and Label tests to apply best practices * Added ui tests for ListView * V14 Added acceptance tests for Image Cropper, Numeric and Radiobox (#15599) * Added ui tests for ImageCropper * Added ui tests for Numeric * Added ui tests for Radiobox * Updated tests for Approved Color to change the way to arrange test data * Change "" to '' and updated before/after methods * V14 Added acceptance test for Textarea, Textstring, Upload (#15606) * Added ui tests for Textarea * Added ui tests for Textstring * Added ui tests for Upload Article, Upload Audio, Upload File, Upload Vector Graphics, Upload Video * Fixed failing tests due to api changes * Changed propertyEditorAlias to editorAlias due to api changes * Removed the step to check notification displays and changed string variables to numeric variables due to api changes * Updated the skip tests * Added skip tests and update method name due to test helper changes * Splited tests out * Bumped version * Changed '' to ' --------- Co-authored-by: Andreas Zerbst <[email protected]> Co-authored-by: Andreas Zerbst <[email protected]>
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.
Updated api tests for DataType
Added ui tests for basic functions of DataType
Added ui tests for Approved color
Added ui tests for Label