diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f7c7e3..81aa0c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,9 +39,12 @@ Format: - --> ## [Unreleased] -## Added +### Added - Contribution docs +### Fixed +- #511, couldn't take screenshots of signature pages https://github.com/SuffolkLITLab/ALKiln/issues/511 + ## [4.10.3] - 2023-01-11 ### Removed - Internal - ignore local test output files. Part 2 of the process out of 2. diff --git a/docassemble/ALKilnTests/data/sources/observation_steps.feature b/docassemble/ALKilnTests/data/sources/observation_steps.feature index 8aa19da6..ebf3cc81 100644 --- a/docassemble/ALKilnTests/data/sources/observation_steps.feature +++ b/docassemble/ALKilnTests/data/sources/observation_steps.feature @@ -152,9 +152,9 @@ Scenario: I check the pages for accessibility | buttons_other | button_2 | | | buttons_yesnomaybe | True | | -#@fast @o13 @signature @screenshot -#Scenario: I take a screenshot of the signature -# Given I start the interview at "test_signature.yml" -# And I sign -# And I take a screenshot -# Then I tap to continue +@fast @o13 @signature @screenshot +Scenario: I take a screenshot of the signature + Given I start the interview at "test_signature.yml" + And I sign + And I take a screenshot + Then I tap to continue