Skip to content

Commit 146bd95

Browse files
committed
chore: fix failing playwright test
1 parent b9b63bc commit 146bd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/e2e/options26.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test.describe('Options 26 - The Styler / CSS Styler', () => {
2828
optionLoc3.click();
2929
expect(optionLoc3).toHaveText('Option 3');
3030
await expect(optionLoc3).toHaveCSS('color', 'rgb(128, 0, 128)');
31-
await expect(optionLoc3).toHaveCSS('text-decoration', 'underline solid rgb(128, 0, 128)');
31+
await expect(optionLoc3).toHaveCSS('text-decoration', 'underline');
3232
const dropLoc2 = await page.locator('[data-test=select4] .ms-choice span', { hasText: '[Group 1: Option 3]' });
3333
await dropLoc2.waitFor();
3434
});

0 commit comments

Comments
 (0)