Skip to content

Commit

Permalink
fix: local test
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Oct 12, 2023
1 parent 339cbec commit 8669e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/platform/element-style/element-style.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('element style', async ({ page }) => {

const testBeforeAppend = page.locator('#testBeforeAppend');
await expect(testBeforeAppend).toHaveCSS('color', 'rgb(0, 128, 0)');
await expect(testBeforeAppend).toHaveCSS('fontWeight', '800');
await expect(testBeforeAppend).toHaveCSS('font-weight', '800');
await expect(testBeforeAppend).toHaveText('green');

const testGetExisting = page.locator('#testGetExisting');
Expand Down

0 comments on commit 8669e90

Please sign in to comment.