summaryrefslogtreecommitdiffstats
path: root/js/tests/e2e/main.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 16:21:17 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 16:21:17 +0200
commitb5d5b2b22a2b4aabd4c9bb5c8b89aae10facc735 (patch)
tree39d71ee89d973f6151ed013edc8d5ca3deff160f /js/tests/e2e/main.js
parent274034a63374434298204db21e6d6513690e6eaf (diff)
bind items to controller
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);
});