summaryrefslogtreecommitdiffstats
path: root/js/tests/e2e/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/e2e/main.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 444e43e5d..3beb4c8af 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 - ownCloud');
+ expect(title).toContain('News');
});
});