mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-24 07:26:22 +00:00
Fixed tests
This commit is contained in:
@@ -38,7 +38,7 @@ describe('<DeleteServerModal />', () => {
|
||||
const modalBody = wrapper.find(ModalBody);
|
||||
|
||||
expect(modalBody.find('p').first().text()).toEqual(
|
||||
`Are you sure you want to delete server ${serverName}?`
|
||||
`Are you sure you want to remove ${serverName}?`
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user