From 47d278455a30c7413d2392cd5069ec8c428dcef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:51:59 +0000 Subject: [PATCH 1/2] chore(deps): bump codeinwp/themeisle-sdk from 3.3.27 to 3.3.28 Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.27 to 3.3.28. - [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases) - [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/Codeinwp/themeisle-sdk/compare/v3.3.27...v3.3.28) --- updated-dependencies: - dependency-name: codeinwp/themeisle-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index a4294b1acd..35d551a3da 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "codeinwp/themeisle-sdk", - "version": "3.3.27", + "version": "3.3.28", "source": { "type": "git", "url": "https://github.com/Codeinwp/themeisle-sdk.git", - "reference": "ae9f1aae6e71677db5de1f579b2275be6fc838f4" + "reference": "cd35fd5356ba169b9a0419ba879764ffeb811b63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/ae9f1aae6e71677db5de1f579b2275be6fc838f4", - "reference": "ae9f1aae6e71677db5de1f579b2275be6fc838f4", + "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/cd35fd5356ba169b9a0419ba879764ffeb811b63", + "reference": "cd35fd5356ba169b9a0419ba879764ffeb811b63", "shasum": "" }, "require-dev": { @@ -42,9 +42,9 @@ ], "support": { "issues": "https://github.com/Codeinwp/themeisle-sdk/issues", - "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.27" + "source": "https://github.com/Codeinwp/themeisle-sdk/tree/v3.3.28" }, - "time": "2024-07-30T06:16:39+00:00" + "time": "2024-08-09T08:54:15+00:00" }, { "name": "wptt/webfont-loader", From 847919982e7e32a28350b168ff7cb788d629ad19 Mon Sep 17 00:00:00 2001 From: girishpanchal30 Date: Wed, 14 Aug 2024 15:41:48 +0530 Subject: [PATCH 2/2] fix: e2e background color picker issue --- e2e-tests/specs/customizer/general/custom-global-colors.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e-tests/specs/customizer/general/custom-global-colors.spec.ts b/e2e-tests/specs/customizer/general/custom-global-colors.spec.ts index 6a71257c4a..ea96ca0ff7 100644 --- a/e2e-tests/specs/customizer/general/custom-global-colors.spec.ts +++ b/e2e-tests/specs/customizer/general/custom-global-colors.spec.ts @@ -34,6 +34,7 @@ test.describe('Custom Global Color Control', () => { await clearWelcome(page); await page.locator('.block-editor-rich-text__editable').first().click(); + await page.locator('.block-editor-block-inspector__tab-item').last().click(); // use Background color control to open the color picker, available since WP 6.1 await page.getByRole('button', { name: 'Background' }).click(); await page.getByRole('option', { name: 'Color: Custom 1' }).click();