mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-10 09:33:51 +00:00
Fixed tests after bootstrap 5 update
This commit is contained in:
@@ -95,7 +95,7 @@ describe('<QrCodeModal />', () => {
|
||||
const firstCol = wrapper.find(Row).find(FormGroup).first();
|
||||
|
||||
expect(dropdownsLength).toEqual(expectedAmountOfDropdowns);
|
||||
expect(firstCol.prop('className')).toEqual(expectedRangeClass);
|
||||
expect(firstCol.prop('className')).toEqual(`d-grid ${expectedRangeClass}`);
|
||||
});
|
||||
|
||||
it('saves the QR code image when clicking the Download button', () => {
|
||||
|
||||
Reference in New Issue
Block a user