Skip to content

Commit

Permalink
Remove remainder from e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Feb 8, 2017
1 parent b444141 commit bf29adb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
@@ -1 +1,2 @@
node_modules
node_modules
docs
3 changes: 1 addition & 2 deletions elements/dash-tab-panel/dash-tab-panel.e2etest.js
Expand Up @@ -15,8 +15,7 @@ describe('dash-tab-panel', function() {
Key.TAB,
`return document.activeElement.getAttribute('aria-role') === 'tab';`
);
if (!found)
return 'Could not find header element by tabbing';
expect(found).to.equal(true);

await this.driver
.executeScript(`window.firstTab = document.activeElement;`);
Expand Down

0 comments on commit bf29adb

Please sign in to comment.