Fixed tests

This commit is contained in:
Alejandro Celaya
2020-03-05 11:58:35 +01:00
parent dbee62ac8c
commit c181831a37
4 changed files with 9 additions and 17 deletions

View File

@@ -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}?`
);
});