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.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/js/tests/e2e/main.js b/js/tests/e2e/main.js
index b76110c65..247deb47b 100644
--- a/js/tests/e2e/main.js
+++ b/js/tests/e2e/main.js
@@ -23,12 +23,9 @@ describe('news page', function () {
it('should show the first run page', function () {
- var firstRun;
-
-
- firstRun = browser.findElement(By.id('first-run'));
+ let 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!');
+ //expect(greeting.getText()).toBe('Welcome to the ownCloud News app!');
//});
expect(firstRun.isDisplayed()).toBe(true);