Skip to content

Commit

Permalink
Update Givens
Browse files Browse the repository at this point in the history
  • Loading branch information
berroar committed Nov 1, 2023
1 parent cf56d94 commit c91b0fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe("List Collector Repeating Blocks", () => {
});
});

describe("Given a journey through the list collector with repeating blocks", () => {
describe("Given a journey through the list collector with repeating blocks where items need to be updated", () => {
before("Load the survey", async () => {
await browser.openQuestionnaire("test_list_collector_repeating_blocks_section_summary.json");
});
Expand Down Expand Up @@ -126,7 +126,7 @@ describe("List Collector Repeating Blocks", () => {
});
});

describe("Given a journey through the list collector with repeating blocks, any incomplete repeating_block will be revisited before navigating to the next block after the list collector.", () => {
describe("Given a journey that test routes through the list collector with repeating blocks.", () => {
before("Load the survey", async () => {
await browser.openQuestionnaire("test_list_collector_repeating_blocks_section_summary.json");
});
Expand Down

0 comments on commit c91b0fe

Please sign in to comment.