Skip to content

Commit

Permalink
Remove faulty screenshot guidance
Browse files Browse the repository at this point in the history
This doesn't work with GOV.UK Docker since the screenshots are saved
to the "tmp" directory, which is a temporary volume. We could change
the guidance to advise specifying a path.

On the other hand, a README isn't the right place to be documenting
features of a third-party library, which aren't specific to this repo
or GOV.UK. We can always write a dev doc if necessary.
  • Loading branch information
Ben Thorner committed May 19, 2021
1 parent 62b3677 commit 7c1903e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ If you are using GOV.UK Docker, remember to combine it with the commands that fo
bundle exec rake
```

If you want to see the page that is being tested in our integration tests, you can call `save_and_open_page` to see what's rendered.

### Components

Pages are rendered using components. Components can be specific to government-frontend or shared between applications.
Expand Down

0 comments on commit 7c1903e

Please sign in to comment.