This commit is contained in:
Eugenio Romano
2018-09-18 11:47:04 +01:00
parent 7788eb7313
commit aca6b1bc66
3 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ describe('Version component', () => {
expect(versionManagePage.getFileVersionDate('1.0')).not.toBeUndefined();
});
it('[C279995] Should show/hide the new upload file options when click on add New version/canclel button', () => {
it('[C279995] Should show/hide the new upload file options when click on add New version/cancel button', () => {
versionManagePage.showNewVersionButton.click();
browser.driver.sleep(300);