V16 QA Updated acceptance tests with skip() and fixme() tag (#19397)
* Updated nightly E2E pipeline * Fixed failing E2E tests * Skipped content tests wirh list view content due to an issue * Updated tests due to UI changes * Updated fixme and skip tests - part 1 * Removed this file because the tests are already covered elsewhere * Updated fixme() tests * Updated skip() tests * Bumped version * Bumped version * Bumped version * Removed notification verification * Removed the step to verify the notification for save action * Fixed the failing tests * Updated name of permission * Bumped version * Fixed failing tests * Bumped testHelpers * Removed tests related to tiptap toolbar as they are covered in another class * Cleaned up * Added more waits * Cleaned up * Added step to ensure redirect URL is created when renaming content. * Restructured the tests * Removed unnecessary steps * Fixed isItemVisibleInRecycleBin * Fixed isItemVisibleInRecycleBin * Bumped version * Added more wait for the deletion to complete * Added waits for the deletion to complete * Added more waits * Removed unnecessary waits * Added more waits to improve test stability * Added skip for the flaky test * Added test for removing a stylesheet in a block grid editor * Updated test due to api helper changes * Bumped version * Fixed failing smoke test --------- Co-authored-by: Andreas Zerbst <andr317c@live.dk>
This commit is contained in:
@@ -9,7 +9,6 @@ schedules:
|
||||
branches:
|
||||
include:
|
||||
- v15/dev
|
||||
- release/16.0
|
||||
- main
|
||||
|
||||
parameters:
|
||||
@@ -483,4 +482,4 @@ stages:
|
||||
testResultsFormat: 'JUnit'
|
||||
testResultsFiles: '*.xml'
|
||||
searchFolder: "tests/Umbraco.Tests.AcceptanceTest/results"
|
||||
testRunTitle: "$(Agent.JobName)"
|
||||
testRunTitle: "$(Agent.JobName)"
|
||||
Reference in New Issue
Block a user