- Issue created by @mglaman
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
wim leers β credited larowlan β .
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Hm, an odd e2e test failure:
cy:command β trigger contextmenu
incopy-and-paste.cy.js
. See https://git.drupalcode.org/project/experience_builder/-/jobs/4507208I don't recall that having random failures.
Re-testing.
-
wim leers β
committed 6a34b4a9 on 0.x authored by
mglaman β
Issue #3509510 by mglaman, larowlan: Label buttons added for Dynamic...
-
wim leers β
committed 6a34b4a9 on 0.x authored by
mglaman β
- πΊπΈUnited States mglaman WI, USA
I appreciate it! If someone wants to port this to a Cypress test, since I may not be able to until next week, here's my example test:
await login(page, ...getAdminCredentials()) await page.goto('/homepage') await clickTopBarButton(page, 'Edit') await page.getByRole('button', {name: 'Dynamic components'}).click() await page.getByRole('button', {name: 'System dynamic components'}).click() await expect(page.locator('[data-xb-component-id="block.system_branding_block"]')).toBeVisible() await page.locator('[data-xb-component-id="block.system_branding_block"]').click() await page.getByTestId('xb-primary-panel--layers').click() await page.locator('.primaryPanelContent').getByText('Site branding block').click({ button: 'right' }) await page.getByText('Move to global region').click() await page.locator('[role="menuitem"]').getByText('Header').click() await expect(page.locator('.primaryPanelContent').getByText('Site branding block')).not.toBeVisible() await page.locator('.primaryPanelContent').getByText('Header').dblclick(); await expect(page.locator('.primaryPanelContent').getByText('Site branding block')).toBeVisible()
This in Playwright, not Cypress, so it isn't using any
@
aliases available Automatically closed - issue fixed for 2 weeks with no activity.