mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fixing lint errors
This commit is contained in:
@@ -21,7 +21,7 @@ import { element, by, browser, protractor } from 'protractor';
|
||||
import Util = require('../../../util/util');
|
||||
|
||||
export class TaskDetailsPage {
|
||||
formContent = element(by.css("adf-form"));
|
||||
formContent = element(by.css('adf-form'));
|
||||
formNameField = element(by.css('span[data-automation-id*="formName"] span'));
|
||||
assigneeField = element(by.css('span[data-automation-id*="assignee"] span'));
|
||||
statusField = element(by.css('span[data-automation-id*="status"] span'));
|
||||
|
@@ -81,4 +81,4 @@ describe('Task Details - No form', () => {
|
||||
|
||||
});
|
||||
|
||||
})
|
||||
});
|
||||
|
Reference in New Issue
Block a user