-
Notifications
You must be signed in to change notification settings - Fork 759
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore/fix chromedriver again (#1004)
* Upgrade all Yarn deps in Test folders * Migrate to webdrivers gem * Revert Bundle Renderer test to before #792 Add pry-byebug for ease of debugging. Update the locally used react_ujs to 2.5.0 * Use travis recommended chrome config
- Loading branch information
1 parent
24816cb
commit 0b244fe
Showing
12 changed files
with
13,599 additions
and
6,505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
if defined?(PryByebug) | ||
Pry.commands.alias_command 's', 'step' | ||
Pry.commands.alias_command 'n', 'next' | ||
Pry.commands.alias_command 'f', 'finish' | ||
Pry.commands.alias_command 'c', 'continue' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,6 @@ | |
"webpack": "^2.3.3" | ||
}, | ||
"dependencies": { | ||
"react_ujs": "^2.4.4" | ||
"react_ujs": "^2.5.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.