@@ -861,7 +861,7 @@ See [dontSeeInPageSource docs on codeception.com](http://codeception.com/docs/mo
861
861
862
862
Attribute|Type|Use|Description
863
863
---|---|---|---
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.
865
865
` stepKey ` |string|required| A unique identifier of the action.
866
866
` skipReadiness ` |boolean|optional| A flag to skip the readiness check.
867
867
` 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
880
880
881
881
Attribute|Type|Use|Description
882
882
---|---|---|---
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.
884
884
` stepKey ` |string|required| A unique identifier of the action.
885
885
` skipReadiness ` |boolean|optional| A flag to skip the readiness check.
886
886
` 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
1936
1936
1937
1937
Attribute|Type|Use|Description
1938
1938
---|---|---|---
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.
1940
1940
` stepKey ` |string|required| A unique identifier of the action.
1941
1941
` skipReadiness ` |boolean|optional| A flag to skip the readiness check.
1942
1942
` 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
1976
1976
1977
1977
Attribute|Type|Use|Description
1978
1978
---|---|---|---
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.
1980
1980
` stepKey ` |string|required| A unique identifier of the action.
1981
1981
` skipReadiness ` |boolean|optional| A flag to skip the readiness check.
1982
1982
` before ` |string|optional| ` stepKey ` of action that must be executed next.
0 commit comments