Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Fix selenium tests (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreAbreu authored and David Barth committed Mar 13, 2017
1 parent 1bf8e23 commit 20f5d6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions tests/specs/test-access-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ describe('Access Control Page - Verify that', function() {
assert.isNotNull(accessControlPage.token.value);
assert.isNotNull(accessControlPage.submit_btn.value);
assert.isNotNull(accessControlPage.token_cmd.value);
assert.isNotNull(accessControlPage.bugreport.value);

});

it('rejects invalid tokens', function() {
Expand Down Expand Up @@ -122,4 +120,4 @@ describe('Access Control Page - Verify that', function() {
accessControlPage.token.waitForVisible();
assert.isNotNull(accessControlPage.token.value);
});
});
});
1 change: 0 additions & 1 deletion tests/specs/test-installed-snaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ describe('Installed Snaps Page - Verify that', function() {
assert.isNotNull(snapsPage.homepage.value);
assert.isNotNull(snapsPage.settings.value);
assert.isNotNull(snapsPage.store.value);
assert.isNotNull(snapsPage.bugreport.value);
assert.isNotNull(snapsPage.browsestore.value);
assert.isNotNull(snapsPage.addmoresnaps.value);
assert.isNotNull(snapsPage.snapwebsnap.value);
Expand Down

0 comments on commit 20f5d6f

Please sign in to comment.