mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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);
|
||||
|
@@ -81,7 +81,7 @@ describe('Login component', () => {
|
||||
loginPage.waitForElements();
|
||||
});
|
||||
|
||||
it('[C260085] Should after login in BOTH not be redirect to Login page when try to access to CS or PS', () => {
|
||||
it('[C260081] Should after login in BOTH not be redirect to Login page when try to access to CS or PS', () => {
|
||||
adfSettingsPage.setProviderEcmBpm();
|
||||
|
||||
loginPage.login(adminUserModel.id, adminUserModel.password);
|
||||
|
@@ -31,7 +31,7 @@ describe('Login component - Remember Me', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
it('[C260036] Should Remember me checkbox not be present in the login if the property showRememberMe is false', () => {
|
||||
it('[C260501] Should Remember me checkbox not be present in the login if the property showRememberMe is false', () => {
|
||||
loginPage.checkRememberIsDisplayed();
|
||||
loginPage.disableRememberMe();
|
||||
loginPage.checkRememberIsNotDisplayed();
|
||||
|
Reference in New Issue
Block a user