summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 20:46:56 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 20:46:56 +0200
commit9247e21d8b1dd417f8298cdf2655fd650aae1b45 (patch)
tree2a72f8073ad36cf1fd78b96aa72b473db1db2cca /js
parent0de5a3903626ac55f78f08138014503e12b668cc (diff)
fix e2e test
Diffstat (limited to 'js')
-rw-r--r--js/tests/e2e/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/e2e/main.js b/js/tests/e2e/main.js
index 0f7dd4c55..444e43e5d 100644
--- a/js/tests/e2e/main.js
+++ b/js/tests/e2e/main.js
@@ -16,7 +16,7 @@ describe('news page', function () {
it('should go to the news page', function () {
browser.getTitle().then(function (title) {
- expect(title).toBe('News - ownClouds');
+ expect(title).toBe('News - ownCloud');
});
});