Skip to content

Commit

Permalink
fix: local test (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa authored Oct 12, 2023
1 parent 339cbec commit b5c87bc
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

1 comment on commit b5c87bc

@vercel
Copy link

@vercel vercel bot commented on b5c87bc Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.