Skip to content

Commit

Permalink
fix: await on color-control spec
Browse files Browse the repository at this point in the history
  • Loading branch information
preda-bogdan committed Nov 24, 2023
1 parent 541aacb commit cfb8a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/specs/customizer/general/color-control.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test.describe('Color Control', () => {
});

test('Test Color Control - Front End', async ({ page }) => {
page.goto('/?test_name=colorControl');
await page.goto('/?test_name=colorControl');
await expect(
page.locator('.hide-on-mobile .header-main-inner')
).toHaveCSS('color', 'rgb(253, 143, 106)');
Expand Down

0 comments on commit cfb8a84

Please sign in to comment.