Skip to content

Commit

Permalink
MWPW-142130: update deps and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Feb 15, 2024
1 parent e362f6b commit 78b1df6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions libs/deps/merch-card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions test/blocks/merch-card/merch-card.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,7 @@ describe('Merch Card with Offer Selection', () => {
const items = quantitySelect.shadowRoot.querySelectorAll('.item');
items[2].click();
const button = merchCard.querySelector('.con-button');
// TODO to be confirm with Vova.
expect(button.getAttribute('data-quantity')).to.equal('1');
expect(button.getAttribute('data-quantity')).to.equal('3');
});

it('Skip Change quantity select render ', async () => {
Expand Down

0 comments on commit 78b1df6

Please sign in to comment.