[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

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