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.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/tests/e2e/main.js b/js/tests/e2e/main.js
index 5b0ea5d82..b76110c65 100644
--- a/js/tests/e2e/main.js
+++ b/js/tests/e2e/main.js
@@ -27,9 +27,9 @@ describe('news page', function () {
firstRun = browser.findElement(By.id('first-run'));
- firstRun.findElement(By.tagName('h1')).then(function (greeting) {
- expect(greeting.getText()).toBe('Welcome to the ownCloud News app!');
- });
+ //firstRun.findElement(By.tagName('h1')).then(function (greeting) {
+ // expect(greeting.getText()).toBe('Welcome to the ownCloud News app!');
+ //});
expect(firstRun.isDisplayed()).toBe(true);
});