The following playwright tests are failing on main:
Copy and Rename with Versioned document
Create Delete Document
Details about why they failed:
Copy and Rename with Versioned document
A button selector had to be made more specific as another button selector of the same class is now appearing. This might be timing related and was a flaw in the test
Create Delete Document
An second browser window was still open during the execution of the test which cause a deleted file to be re-written. This was a flaw in the test.
General
Additionally, the directory listing is not updated with the deleted item removed, this might be caused by the same issue causing #233. It only gets updated on an extra reload of the page but the item is actually deleted. I've added these reloads for these for now, but we should remove those once #233 is fixed.
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.
Description
The following playwright tests are failing on
main
:Details about why they failed:
Copy and Rename with Versioned document
Create Delete Document
General
Additionally, the directory listing is not updated with the deleted item removed, this might be caused by the same issue causing #233. It only gets updated on an extra reload of the page but the item is actually deleted. I've added these reloads for these for now, but we should remove those once #233 is fixed.
Test URLs:
How Has This Been Tested?
These are tests.
Also added some linter instructions (comments) to some non-test files that caused the build to fail because the linter complained.
Types of changes
Only changes to the PW tests.
Checklist: