Skip to content

Commit 0c6bd9a

Browse files
committed
MQE-1639: [DEVDOCS] Best Practices for including HTML Source in Tests #390
- Mark html attribute as required
1 parent da75a64 commit 0c6bd9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/test/actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ See [dontSeeInPageSource docs on codeception.com](http://codeception.com/docs/mo
861861

862862
Attribute|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

881881
Attribute|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

19371937
Attribute|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

19771977
Attribute|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

Comments
 (0)