summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/tests/UI/e2e/deployResultsControllerSpec.js
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2018-04-19 04:08:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-19 04:08:37 +0000
commit08ad43c059092259ea2136310755fed50d9ba876 (patch)
treeccfec2b81cf5aa7cb8ac5e742c69ea2070fdcb64 /testapi/opnfv_testapi/tests/UI/e2e/deployResultsControllerSpec.js
parentad79d2da24569eb7ffca174e236e3357ed467b12 (diff)
parent7956ef5b1206fa2022cc068f7c74d8ccb99e13c1 (diff)
Merge "Fix frontend tests"
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 () {