From 5a3252a13965ddf2e750ace5adb8cf911917b7bf Mon Sep 17 00:00:00 2001
From: Kevin Garton <71028750+ddl-kgarton@users.noreply.github.com>
Date: Mon, 15 May 2023 14:45:14 -0500
Subject: [PATCH] QE-11613 Add helper for ensuring state; use for checkboxes
(#329)
These steps will allow us to have idempotent steps for things like
configuration.
---
data/www/checkboxes.html | 4 ++
features/browser/helpers.feature | 14 ++++
pyproject.toml | 2 +-
src/cucu/helpers.py | 115 +++++++++++++++++++++++++++++++
src/cucu/steps/checkbox_steps.py | 8 ++-
5 files changed, 141 insertions(+), 2 deletions(-)
diff --git a/data/www/checkboxes.html b/data/www/checkboxes.html
index 806a1250..223da6c8 100644
--- a/data/www/checkboxes.html
+++ b/data/www/checkboxes.html
@@ -94,6 +94,10 @@
+
+
+
+