mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
committed by
Eugenio Romano
parent
53d96679ea
commit
e39a2b149b
@@ -88,7 +88,7 @@ describe('CardView Component', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe('Selectbox', () => {
|
||||
describe('SelectBox', () => {
|
||||
|
||||
it('[C279939] Should the label be present', () => {
|
||||
let label = element(by.xpath('div[data-automation-id="card-select-label-select"]'));
|
||||
@@ -96,7 +96,7 @@ describe('CardView Component', () => {
|
||||
Util.waitUntilElementIsPresent(label);
|
||||
});
|
||||
|
||||
it('[C279899] Should be possible edit selectbox item', () => {
|
||||
it('[C279899] Should be possible edit selectBox item', () => {
|
||||
cardViewPageComponent.clickSelectBox();
|
||||
cardViewPageComponent.selectValueFromComboBox(1);
|
||||
|
||||
|
Reference in New Issue
Block a user