mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3417]Fixing test rail ID's (#3651)
This commit is contained in:
committed by
Eugenio Romano
parent
94463a7505
commit
70605c8982
@@ -270,7 +270,7 @@ describe('Aspect oriented config', () => {
|
||||
|
||||
});
|
||||
|
||||
it('[C268899] Should be possible use a custom preset' , () => {
|
||||
it('[C279968] Should be possible use a custom preset' , () => {
|
||||
navigationBarPage.clickConfigEditorButton();
|
||||
|
||||
configEditorPage.clickClearMetadataButton();
|
||||
|
@@ -65,7 +65,7 @@ describe('CardView Component', () => {
|
||||
|
||||
describe('key-value pair ', () => {
|
||||
|
||||
it('[C279937] Should the label be present', () => {
|
||||
it('[C279938] Should the label be present', () => {
|
||||
let label = element(by.xpath('div[data-automation-id="card-key-value-pairs-label-key-value-pairs"]'));
|
||||
|
||||
Util.waitUntilElementIsPresent(label);
|
||||
|
Reference in New Issue
Block a user