Skip to content

Commit

Permalink
Fix accidental filtering for tutorials-only before e2e-suite run
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich authored Mar 31, 2020
1 parent b727747 commit a45dc2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ exports.config = {
// Ensure score board shows all challenges (by default only 1-star challenges are shown)
browser.get(basePath + '/#/score-board')
element(by.id('btnToggleAllDifficulties')).click()
element(by.id('btnToggleShowOnlyTutorialChallenges')).click()
}
}

Expand Down

0 comments on commit a45dc2a

Please sign in to comment.