This commit is contained in:
Cory LaViska
2023-02-23 14:49:49 -05:00
parent 8f9eb012ba
commit b64b1c2536

View File

@@ -192,7 +192,7 @@ describe('<sl-carousel>', () => {
await el.updateComplete;
// Assert
expect(el.scrollContainer.style.getPropertyValue('--slides-per-page')).to.be.equal('2');
expect(el.scrollContainer.style.getPropertyValue('--slides-per-page').trim()).to.be.equal('2');
});
});