-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Website commands now use lazy lookup
Supporting `pre.erb` means that any lookups need to happen at the last possible moment. Websites have a name lookup feature similar to background tasks. Background tasks adopted a lazy lookup model in `4.1.2`. Ensuring these are all covered under test: - `website.screenshot` is covered: ``` 1) Error: SystemsCliTest#test_screenshots_dir: 2) Error: IntegrationWebsiteTest#test_screenshot_command: ``` - `website.visit` is covered ``` 1) Error: SystemsCliTest#test_screenshots_dir: 2) Error: IntegrationWebsiteTest#test_screenshot_command: ``` - `website.navigate` is not covered. Adding a call to the integration test so it's at last exercised
- Loading branch information
Showing
5 changed files
with
37 additions
and
17 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
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