From 3c29ceb8e0db028f244c72869ae43a9f860f4adb Mon Sep 17 00:00:00 2001 From: plocket <52798256+plocket@users.noreply.github.com> Date: Sun, 12 Feb 2023 19:34:59 -0500 Subject: [PATCH] Update CHANGELOG, test taking pic of signature page --- CHANGELOG.md | 5 ++++- .../data/sources/observation_steps.feature | 12 ++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) 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