-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Abstracted a hacky local URL matcher
refs https://github.com/TryGhost/Toolbox/issues/320 - The URL matcher is very likely to be reused in the future, so having it abstracted away gives two benefits: 1. Central place to document hacky behavior and easier future cleanup 2. The implementer of the e2e test does not have to see the "hacky note" and just concentrate on the implementation of the test
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 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
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