From 76ed7815922df2b958a5a8368acbb3532f7652eb Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Mon, 5 Apr 2021 20:08:30 +0200 Subject: [PATCH 01/88] Explaining how to uncheck a pre-checked checkbox for submitForm Sounds like a tongue twister ... ;-) I was expecting this text to be in https://github.com/Codeception/lib-innerbrowser/blob/master/src/Codeception/Lib/InnerBrowser.php#L941 - while in fact it's even in another module! So, again, a link at each function to get to its source code would really be nice - see https://github.com/Codeception/Codeception/discussions/6063#discussioncomment-244542 (More precisely: If the documentation isn't where the function is, then *two* links) --- src/Codeception/Lib/Interfaces/Web.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Codeception/Lib/Interfaces/Web.php b/src/Codeception/Lib/Interfaces/Web.php index 183dff9726..dd7d7f4a56 100644 --- a/src/Codeception/Lib/Interfaces/Web.php +++ b/src/Codeception/Lib/Interfaces/Web.php @@ -153,13 +153,15 @@ public function dontSeeInSource($raw); * For example, given this sample "Sign Up" form: * * ``` html - *
+ * * Login: *
* Password: *
* Do you agree to our terms? *
+ * Subscribe to our newsletter? + *
* Select pricing plan: *