@@ -861,7 +861,7 @@ See [dontSeeInPageSource docs on codeception.com](http://codeception.com/docs/mo
861861
862862Attribute|Type|Use|Description
863863---|---|---|---
864- ` html ` |string|optional | HTML code to be searched for within the page source. The value must be entity-encoded. See example.
864+ ` html ` |string|required | HTML code to be searched for within the page source. The value must be entity-encoded. See example.
865865` stepKey ` |string|required| A unique identifier of the action.
866866` skipReadiness ` |boolean|optional| A flag to skip the readiness check.
867867` before ` |string|optional| ` stepKey ` of action that must be executed next.
@@ -880,7 +880,7 @@ See [dontSeeInSource docs on codeception.com](http://codeception.com/docs/module
880880
881881Attribute|Type|Use|Description
882882---|---|---|---
883- ` html ` |string|optional | HTML code to be searched for within the page source. The value must be entity-encoded. See example.
883+ ` html ` |string|required | HTML code to be searched for within the page source. The value must be entity-encoded. See example.
884884` stepKey ` |string|required| A unique identifier of the action.
885885` skipReadiness ` |boolean|optional| A flag to skip the readiness check.
886886` before ` |string|optional| ` stepKey ` of action that must be executed next.
@@ -1936,7 +1936,7 @@ See [seeInPageSource docs on codeception.com](http://codeception.com/docs/module
19361936
19371937Attribute|Type|Use|Description
19381938---|---|---|---
1939- ` html ` |string|optional | HTML code to be searched for within the page source. The value must be entity-encoded. See example.
1939+ ` html ` |string|required | HTML code to be searched for within the page source. The value must be entity-encoded. See example.
19401940` stepKey ` |string|required| A unique identifier of the action.
19411941` skipReadiness ` |boolean|optional| A flag to skip the readiness check.
19421942` before ` |string|optional| ` stepKey ` of action that must be executed next.
@@ -1976,7 +1976,7 @@ See [seeInSource docs on codeception.com](http://codeception.com/docs/modules/We
19761976
19771977Attribute|Type|Use|Description
19781978---|---|---|---
1979- ` html ` |string|optional | HTML code to be searched for within the page source. The value must be entity-encoded. See example.
1979+ ` html ` |string|required | HTML code to be searched for within the page source. The value must be entity-encoded. See example.
19801980` stepKey ` |string|required| A unique identifier of the action.
19811981` skipReadiness ` |boolean|optional| A flag to skip the readiness check.
19821982` before ` |string|optional| ` stepKey ` of action that must be executed next.
0 commit comments