mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-13 02:53:47 +00:00
Removed rest of version checks for versions older than 2.4
This commit is contained in:
@@ -64,13 +64,6 @@ describe('<Overview />', () => {
|
||||
expect(cards.at(3).html()).toContain(prettify(3));
|
||||
});
|
||||
|
||||
it('displays warning in first card for old shlink versions', () => {
|
||||
const wrapper = createWrapper();
|
||||
const firstCard = wrapper.find(CardText).first();
|
||||
|
||||
expect(firstCard.html()).toContain('Shlink 2.2 is needed');
|
||||
});
|
||||
|
||||
it('nests complex components', () => {
|
||||
const wrapper = createWrapper();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user