[ADF-3417]Fixing test rail ID's (#3651)

This commit is contained in:
cristinaj
2018-08-03 13:13:37 +03:00
committed by Eugenio Romano
parent 94463a7505
commit 70605c8982
13 changed files with 70 additions and 70 deletions

View File

@@ -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();

View File

@@ -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);

View File

@@ -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);

View File

@@ -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();