summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/tests/UI/e2e/deployResultsControllerSpec.js
diff options
context:
space:
mode:
authorthuva4 <tharma.thuva@gmail.com>2018-04-17 18:44:59 +0530
committerthuva4 <tharma.thuva@gmail.com>2018-04-17 18:44:59 +0530
commit7956ef5b1206fa2022cc068f7c74d8ccb99e13c1 (patch)
tree93985ec2badb6603827377a6de681bc3e13fec73 /testapi/opnfv_testapi/tests/UI/e2e/deployResultsControllerSpec.js
parentc77cf76cbf31e65aa599f71f33d59abc267b4e50 (diff)
Fix frontend tests
Change-Id: Ie5ba370a440176ad872feb75a2db7d9d9e6c06cc Signed-off-by: thuva4 <tharma.thuva@gmail.com>
Diffstat (limited to 'testapi/opnfv_testapi/tests/UI/e2e/deployResultsControllerSpec.js')
-rw-r--r--testapi/opnfv_testapi/tests/UI/e2e/deployResultsControllerSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/tests/UI/e2e/deployResultsControllerSpec.js b/testapi/opnfv_testapi/tests/UI/e2e/deployResultsControllerSpec.js
index e00243b..40f60e4 100644
--- a/testapi/opnfv_testapi/tests/UI/e2e/deployResultsControllerSpec.js
+++ b/testapi/opnfv_testapi/tests/UI/e2e/deployResultsControllerSpec.js
@@ -383,7 +383,7 @@ describe('testing the result page for user', function () {
buttonClear.click();
var row = element.all(by.repeater('(index, result) in ctrl.data.deployresults')).first();
var cells = row.all(by.tagName('td'));
- expect(cells.get(0).getText()).toContain("3c9f8d62");
+ expect(cells.get(0).getText()).toContain("3c9f8d63");
});
it('view the deploy results ', function () {