Skip to content

Commit

Permalink
[MWPW-165793] change color used for test
Browse files Browse the repository at this point in the history
  • Loading branch information
DKos95 committed Jan 22, 2025
1 parent 9c1c5e6 commit ae1f453
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/blocks/aside/aside.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ describe('aside', () => {

it('allows a background color', async () => {
const el = await waitForElement('#test-default');
expect(window.getComputedStyle(el)?.backgroundColor).to.be.oneOf(['rgb(248, 248, 248)', 'rgb(238, 238, 238)']);
// expect(window.getComputedStyle(el)?.backgroundColor).to.equal('rgb(238, 238, 238)');
expect(window.getComputedStyle(el)?.backgroundColor).to.be.oneOf(['rgb(249, 249, 249)', 'rgb(238, 238, 238)']);
});

it('allows a background image', async () => {
Expand Down

0 comments on commit ae1f453

Please sign in to comment.