Closed bosschaert closed 2 months ago
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.
I fixed the delete test and copy-rename tests, but the regionaledit test is still failing at this point:
Locator: locator('div.loc-color-overlay.loc-langstore')
Expected: visible
Received: hidden
> 25 | await expect(page.locator('div.loc-color-overlay.loc-langstore')).toBeVisible();
which is strange because I can see it when stepping through it.
@chrischrischris since you wrote this test, do you know why it started failing?
Playwright tests are fixed now.
The unit tests are still failing due to some date formatting issue. I'll file a separate PR for that 😄
Description
Fix the Playwright tests
Related Issue
The playwright tests were failing because of a change in the layout.
How Has This Been Tested?
These are tests
Types of changes
Checklist: