remove not needed spaces (#5495)

* remove not usefull spaces

* increase timeout

* increase timeout

* fix
This commit is contained in:
Eugenio Romano
2020-02-23 17:00:16 +00:00
committed by GitHub
parent 9e0e2bdfa6
commit 2d0b571875
302 changed files with 378 additions and 1245 deletions

View File

@@ -30,8 +30,7 @@ describe('CardView Component', () => {
beforeAll(async () => {
await loginPage.loginToContentServices(browser.params.testConfig.adf.adminEmail, browser.params.testConfig.adf.adminPassword);
await navigationBarPage.clickCardViewButton();
});
});
afterAll(async () => {
await navigationBarPage.clickLogoutButton();
@@ -233,8 +232,7 @@ describe('CardView Component', () => {
await expect(await cardViewPageComponent.getErrorFloat()).toBe('Use a number format');
});
});
});
describe('Boolean', () => {
@@ -283,8 +281,7 @@ describe('CardView Component', () => {
await expect(cardViewPageComponent.getOutputText(1))
.toBe('[CardView Datetime Item] - null');
});
});
});
it('[C306895] Should display the form field as editable and clickable depending on the \'Editable\' toggle mode.', async () => {
const message = 'clickable updated';