codeceptjs 3.5.12-beta.5 → 3.5.12-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. package/lib/helper/Playwright.js +41 -22
  2. package/lib/helper/Puppeteer.js +23 -6
  3. package/lib/helper/WebDriver.js +23 -4
  4. package/lib/helper/errors/ElementAssertion.js +38 -0
  5. package/lib/locator.js +4 -13
  6. package/package.json +8 -10
  7. package/docs/advanced.md +0 -351
  8. package/docs/ai.md +0 -248
  9. package/docs/api.md +0 -323
  10. package/docs/basics.md +0 -979
  11. package/docs/bdd.md +0 -539
  12. package/docs/best.md +0 -237
  13. package/docs/books.md +0 -37
  14. package/docs/bootstrap.md +0 -135
  15. package/docs/build/ApiDataFactory.js +0 -410
  16. package/docs/build/Appium.js +0 -2027
  17. package/docs/build/Expect.js +0 -422
  18. package/docs/build/FileSystem.js +0 -228
  19. package/docs/build/GraphQL.js +0 -229
  20. package/docs/build/GraphQLDataFactory.js +0 -309
  21. package/docs/build/JSONResponse.js +0 -338
  22. package/docs/build/Mochawesome.js +0 -71
  23. package/docs/build/Nightmare.js +0 -2152
  24. package/docs/build/OpenAI.js +0 -126
  25. package/docs/build/Playwright.js +0 -5110
  26. package/docs/build/Protractor.js +0 -2706
  27. package/docs/build/Puppeteer.js +0 -3905
  28. package/docs/build/REST.js +0 -344
  29. package/docs/build/TestCafe.js +0 -2125
  30. package/docs/build/WebDriver.js +0 -4240
  31. package/docs/changelog.md +0 -2572
  32. package/docs/commands.md +0 -266
  33. package/docs/community-helpers.md +0 -58
  34. package/docs/configuration.md +0 -157
  35. package/docs/continuous-integration.md +0 -22
  36. package/docs/custom-helpers.md +0 -306
  37. package/docs/data.md +0 -379
  38. package/docs/detox.md +0 -235
  39. package/docs/docker.md +0 -136
  40. package/docs/email.md +0 -183
  41. package/docs/examples.md +0 -149
  42. package/docs/helpers/ApiDataFactory.md +0 -266
  43. package/docs/helpers/Appium.md +0 -1374
  44. package/docs/helpers/Detox.md +0 -586
  45. package/docs/helpers/Expect.md +0 -275
  46. package/docs/helpers/FileSystem.md +0 -152
  47. package/docs/helpers/GraphQL.md +0 -151
  48. package/docs/helpers/GraphQLDataFactory.md +0 -226
  49. package/docs/helpers/JSONResponse.md +0 -254
  50. package/docs/helpers/Mochawesome.md +0 -8
  51. package/docs/helpers/MockRequest.md +0 -377
  52. package/docs/helpers/Nightmare.md +0 -1305
  53. package/docs/helpers/OpenAI.md +0 -70
  54. package/docs/helpers/Playwright.md +0 -2759
  55. package/docs/helpers/Polly.md +0 -44
  56. package/docs/helpers/Protractor.md +0 -1769
  57. package/docs/helpers/Puppeteer-firefox.md +0 -86
  58. package/docs/helpers/Puppeteer.md +0 -2317
  59. package/docs/helpers/REST.md +0 -218
  60. package/docs/helpers/TestCafe.md +0 -1321
  61. package/docs/helpers/WebDriver.md +0 -2547
  62. package/docs/hooks.md +0 -340
  63. package/docs/index.md +0 -111
  64. package/docs/installation.md +0 -75
  65. package/docs/internal-api.md +0 -266
  66. package/docs/locators.md +0 -339
  67. package/docs/mobile-react-native-locators.md +0 -67
  68. package/docs/mobile.md +0 -338
  69. package/docs/pageobjects.md +0 -291
  70. package/docs/parallel.md +0 -400
  71. package/docs/playwright.md +0 -632
  72. package/docs/plugins.md +0 -1259
  73. package/docs/puppeteer.md +0 -316
  74. package/docs/quickstart.md +0 -162
  75. package/docs/react.md +0 -70
  76. package/docs/reports.md +0 -392
  77. package/docs/secrets.md +0 -36
  78. package/docs/shadow.md +0 -68
  79. package/docs/shared/keys.mustache +0 -31
  80. package/docs/shared/react.mustache +0 -1
  81. package/docs/testcafe.md +0 -174
  82. package/docs/translation.md +0 -247
  83. package/docs/tutorial.md +0 -271
  84. package/docs/typescript.md +0 -180
  85. package/docs/ui.md +0 -59
  86. package/docs/videos.md +0 -28
  87. package/docs/visual.md +0 -202
  88. package/docs/vue.md +0 -143
  89. package/docs/webapi/amOnPage.mustache +0 -11
  90. package/docs/webapi/appendField.mustache +0 -11
  91. package/docs/webapi/attachFile.mustache +0 -12
  92. package/docs/webapi/blur.mustache +0 -18
  93. package/docs/webapi/checkOption.mustache +0 -13
  94. package/docs/webapi/clearCookie.mustache +0 -9
  95. package/docs/webapi/clearField.mustache +0 -9
  96. package/docs/webapi/click.mustache +0 -25
  97. package/docs/webapi/clickLink.mustache +0 -8
  98. package/docs/webapi/closeCurrentTab.mustache +0 -7
  99. package/docs/webapi/closeOtherTabs.mustache +0 -8
  100. package/docs/webapi/dontSee.mustache +0 -11
  101. package/docs/webapi/dontSeeCheckboxIsChecked.mustache +0 -10
  102. package/docs/webapi/dontSeeCookie.mustache +0 -8
  103. package/docs/webapi/dontSeeCurrentUrlEquals.mustache +0 -10
  104. package/docs/webapi/dontSeeElement.mustache +0 -8
  105. package/docs/webapi/dontSeeElementInDOM.mustache +0 -8
  106. package/docs/webapi/dontSeeInCurrentUrl.mustache +0 -4
  107. package/docs/webapi/dontSeeInField.mustache +0 -11
  108. package/docs/webapi/dontSeeInSource.mustache +0 -8
  109. package/docs/webapi/dontSeeInTitle.mustache +0 -8
  110. package/docs/webapi/doubleClick.mustache +0 -13
  111. package/docs/webapi/downloadFile.mustache +0 -12
  112. package/docs/webapi/dragAndDrop.mustache +0 -9
  113. package/docs/webapi/dragSlider.mustache +0 -11
  114. package/docs/webapi/executeAsyncScript.mustache +0 -24
  115. package/docs/webapi/executeScript.mustache +0 -26
  116. package/docs/webapi/fillField.mustache +0 -16
  117. package/docs/webapi/focus.mustache +0 -13
  118. package/docs/webapi/forceClick.mustache +0 -28
  119. package/docs/webapi/forceRightClick.mustache +0 -18
  120. package/docs/webapi/grabAllWindowHandles.mustache +0 -7
  121. package/docs/webapi/grabAttributeFrom.mustache +0 -10
  122. package/docs/webapi/grabAttributeFromAll.mustache +0 -9
  123. package/docs/webapi/grabBrowserLogs.mustache +0 -9
  124. package/docs/webapi/grabCookie.mustache +0 -11
  125. package/docs/webapi/grabCssPropertyFrom.mustache +0 -11
  126. package/docs/webapi/grabCssPropertyFromAll.mustache +0 -10
  127. package/docs/webapi/grabCurrentUrl.mustache +0 -9
  128. package/docs/webapi/grabCurrentWindowHandle.mustache +0 -6
  129. package/docs/webapi/grabDataFromPerformanceTiming.mustache +0 -20
  130. package/docs/webapi/grabElementBoundingRect.mustache +0 -20
  131. package/docs/webapi/grabGeoLocation.mustache +0 -8
  132. package/docs/webapi/grabHTMLFrom.mustache +0 -10
  133. package/docs/webapi/grabHTMLFromAll.mustache +0 -9
  134. package/docs/webapi/grabNumberOfOpenTabs.mustache +0 -8
  135. package/docs/webapi/grabNumberOfVisibleElements.mustache +0 -9
  136. package/docs/webapi/grabPageScrollPosition.mustache +0 -8
  137. package/docs/webapi/grabPopupText.mustache +0 -5
  138. package/docs/webapi/grabSource.mustache +0 -8
  139. package/docs/webapi/grabTextFrom.mustache +0 -10
  140. package/docs/webapi/grabTextFromAll.mustache +0 -9
  141. package/docs/webapi/grabTitle.mustache +0 -8
  142. package/docs/webapi/grabValueFrom.mustache +0 -9
  143. package/docs/webapi/grabValueFromAll.mustache +0 -8
  144. package/docs/webapi/grabWebElement.mustache +0 -9
  145. package/docs/webapi/grabWebElements.mustache +0 -9
  146. package/docs/webapi/moveCursorTo.mustache +0 -12
  147. package/docs/webapi/openNewTab.mustache +0 -7
  148. package/docs/webapi/pressKey.mustache +0 -12
  149. package/docs/webapi/pressKeyDown.mustache +0 -12
  150. package/docs/webapi/pressKeyUp.mustache +0 -12
  151. package/docs/webapi/pressKeyWithKeyNormalization.mustache +0 -60
  152. package/docs/webapi/refreshPage.mustache +0 -6
  153. package/docs/webapi/resizeWindow.mustache +0 -6
  154. package/docs/webapi/rightClick.mustache +0 -14
  155. package/docs/webapi/saveElementScreenshot.mustache +0 -10
  156. package/docs/webapi/saveScreenshot.mustache +0 -12
  157. package/docs/webapi/say.mustache +0 -10
  158. package/docs/webapi/scrollIntoView.mustache +0 -11
  159. package/docs/webapi/scrollPageToBottom.mustache +0 -6
  160. package/docs/webapi/scrollPageToTop.mustache +0 -6
  161. package/docs/webapi/scrollTo.mustache +0 -12
  162. package/docs/webapi/see.mustache +0 -11
  163. package/docs/webapi/seeAttributesOnElements.mustache +0 -9
  164. package/docs/webapi/seeCheckboxIsChecked.mustache +0 -10
  165. package/docs/webapi/seeCookie.mustache +0 -8
  166. package/docs/webapi/seeCssPropertiesOnElements.mustache +0 -9
  167. package/docs/webapi/seeCurrentUrlEquals.mustache +0 -11
  168. package/docs/webapi/seeElement.mustache +0 -8
  169. package/docs/webapi/seeElementInDOM.mustache +0 -8
  170. package/docs/webapi/seeInCurrentUrl.mustache +0 -8
  171. package/docs/webapi/seeInField.mustache +0 -12
  172. package/docs/webapi/seeInPopup.mustache +0 -8
  173. package/docs/webapi/seeInSource.mustache +0 -7
  174. package/docs/webapi/seeInTitle.mustache +0 -8
  175. package/docs/webapi/seeNumberOfElements.mustache +0 -11
  176. package/docs/webapi/seeNumberOfVisibleElements.mustache +0 -10
  177. package/docs/webapi/seeTextEquals.mustache +0 -9
  178. package/docs/webapi/seeTitleEquals.mustache +0 -8
  179. package/docs/webapi/selectOption.mustache +0 -21
  180. package/docs/webapi/setCookie.mustache +0 -16
  181. package/docs/webapi/setGeoLocation.mustache +0 -12
  182. package/docs/webapi/switchTo.mustache +0 -9
  183. package/docs/webapi/switchToNextTab.mustache +0 -10
  184. package/docs/webapi/switchToPreviousTab.mustache +0 -10
  185. package/docs/webapi/type.mustache +0 -21
  186. package/docs/webapi/uncheckOption.mustache +0 -13
  187. package/docs/webapi/wait.mustache +0 -8
  188. package/docs/webapi/waitForClickable.mustache +0 -11
  189. package/docs/webapi/waitForDetached.mustache +0 -10
  190. package/docs/webapi/waitForElement.mustache +0 -11
  191. package/docs/webapi/waitForEnabled.mustache +0 -6
  192. package/docs/webapi/waitForFunction.mustache +0 -17
  193. package/docs/webapi/waitForInvisible.mustache +0 -10
  194. package/docs/webapi/waitForNumberOfTabs.mustache +0 -9
  195. package/docs/webapi/waitForText.mustache +0 -13
  196. package/docs/webapi/waitForValue.mustache +0 -10
  197. package/docs/webapi/waitForVisible.mustache +0 -10
  198. package/docs/webapi/waitInUrl.mustache +0 -9
  199. package/docs/webapi/waitNumberOfVisibleElements.mustache +0 -10
  200. package/docs/webapi/waitToHide.mustache +0 -10
  201. package/docs/webapi/waitUrlEquals.mustache +0 -10
  202. package/docs/webdriver.md +0 -701
  203. package/docs/wiki/Books-&-Posts.md +0 -27
  204. package/docs/wiki/Community-Helpers-&-Plugins.md +0 -53
  205. package/docs/wiki/Converting-Playwright-to-Istanbul-Coverage.md +0 -61
  206. package/docs/wiki/Examples.md +0 -145
  207. package/docs/wiki/Google-Summer-of-Code-(GSoC)-2020.md +0 -68
  208. package/docs/wiki/Home.md +0 -16
  209. package/docs/wiki/Migration-to-Appium-v2---CodeceptJS.md +0 -83
  210. package/docs/wiki/Release-Process.md +0 -24
  211. package/docs/wiki/Roadmap.md +0 -23
  212. package/docs/wiki/Tests.md +0 -1393
  213. package/docs/wiki/Upgrading-to-CodeceptJS-3.md +0 -153
  214. package/docs/wiki/Videos.md +0 -19
@@ -1,1393 +0,0 @@
1
- Created by [Testomat.io](https://testomat.io/)
2
-
3
- 📝 [test/graphql/GraphQL_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/graphql/GraphQL_test.js) <!-- check-tests: Add test docs below id=b3e81bbe4f49f89853a5ac74595649c23faee434 -->
4
- * 📎 **GraphQL** <!-- check-tests: Add test docs below id=d1e8ea235c7de883e3c688b5950ad02610e50d8c -->
5
- * 📎 **basic queries** <!-- check-tests: Add test docs below id=2315eafab566e3c1a212bedaac8549b08c88413a -->
6
- * ✔️ `should send a query: read` <!-- check-tests: Add test docs below id=1eb87ebff97c682fe358904a7f3780af6b406506 -->
7
- * 📎 **basic mutations** <!-- check-tests: Add test docs below id=b4a48297847965e87c8187fea717e3f0612b2c66 -->
8
- * ✔️ `should send a mutation: create` <!-- check-tests: Add test docs below id=8d3ae1f12052f60983a2994c5edbf09a0565f913 -->
9
- * ✔️ `should send a mutation: delete` <!-- check-tests: Add test docs below id=a11cdbd9238373101612d67150f2d8d83df4576f -->
10
-
11
- 📝 [test/graphql/GraphQLDataFactory_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/graphql/GraphQLDataFactory_test.js) <!-- check-tests: Add test docs below id=b1cc186fb8bfbcc2ffbc8f07227031a9a4c9004a -->
12
- * 📎 **GraphQLDataFactory** <!-- check-tests: Add test docs below id=55a25c0e3340d3fbf4e9ad99cf3b48cefd9f48a0 -->
13
- * 📎 **create and cleanup records** <!-- check-tests: Add test docs below id=a57426a3008dbe2ba5ab5097341cef829a80e944 -->
14
- * ✔️ `should create a new user` <!-- check-tests: Add test docs below id=5ab16eb434e7b956d88d06324ad369aaabc01eee -->
15
- * ✔️ `should create a new user with predefined field` <!-- check-tests: Add test docs below id=357c7baca49b0ab5969868eb088df94cdfc5cbb8 -->
16
- * ✔️ `should update request with onRequest` <!-- check-tests: Add test docs below id=e1ea15855ac275562c367f7921504d1d8c118aae -->
17
- * ✔️ `should cleanup created data` <!-- check-tests: Add test docs below id=3971ee51825ff4c1b402a630e80a38edb0d0e75e -->
18
- * ✔️ `should create multiple users and cleanup after` <!-- check-tests: Add test docs below id=a06811cf99b48d642328d7ebc3424019549cb684 -->
19
- * ✔️ `should not remove records if cleanup:false` <!-- check-tests: Add test docs below id=01d838f43be8ebf7256a391c7c9f4a902bd1ecd2 -->
20
-
21
- 📝 [test/helper/Appium_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/helper/Appium_test.js) <!-- check-tests: Add test docs below id=e9213a06eaf81e3ef68b3ea57277e8b3ab667366 -->
22
- * 📎 **Appium** <!-- check-tests: Add test docs below id=37b5a5d5a373d66eabb825137ddd6e62bc280cbf -->
23
- * 📎 **app installation : #seeAppIsInstalled, #installApp, #removeApp, #seeAppIsNotInstalled** <!-- check-tests: Add test docs below id=ad8e0b434a42981794eba207507c1760a4853f58 -->
24
- * 📎 **#grabAllContexts, #grabContext, #grabCurrentActivity, #grabNetworkConnection, #grabOrientation, #grabSettings** <!-- check-tests: Add test docs below id=d73bba83c7a68b07284faf8a41dbca22ea197adc -->
25
- * ✔️ `should grab all available contexts for screen` <!-- check-tests: Add test docs below id=84882c61dc1026469c2700828847ffeb73e62245 -->
26
- * ✔️ `should grab current context` <!-- check-tests: Add test docs below id=b4ac3de26da2c2899d73f4dcfe94a415a4f6afba -->
27
- * ✔️ `should grab current activity of app` <!-- check-tests: Add test docs below id=75bfe7c5d3ed675a468367ba77b2ebe664def809 -->
28
- * ✔️ `should grab network connection settings` <!-- check-tests: Add test docs below id=8e477d5ac4b2b451a7d2f630940d2c21297dcec1 -->
29
- * ✔️ `should grab orientation` <!-- check-tests: Add test docs below id=23c81b590a85b7bb1ecdb8e27040022f4fdab9d0 -->
30
- * ✔️ `should grab custom settings` <!-- check-tests: Add test docs below id=06797750cc02b421b2484d95e2b02a6102fae4ec -->
31
- * ✔️ `should remove App and install it again` <!-- check-tests: Add test docs below id=00a1270ba4f86b9bd2c36d48f1b5dc3c8ec15065 -->
32
- * ✔️ `should assert when app is/is not installed` <!-- check-tests: Add test docs below id=8ac5618094938ef05c8ca596819c6489ae5cb474 -->
33
- * 📎 **see seeCurrentActivity: #seeCurrentActivityIs** <!-- check-tests: Add test docs below id=bd60e7959d4994eaf57fc5f361efb2da182876c6 -->
34
- * ✔️ `should return .HomeScreenActivity for default screen` <!-- check-tests: Add test docs below id=5bd37d614d548a52e3275ca4f296dc835397d46d -->
35
- * ✔️ `should assert for wrong screen` <!-- check-tests: Add test docs below id=3dcdd1b0d7a374da8a18689f83b0ee1bb435cff9 -->
36
- * 📎 **device lock : #seeDeviceIsLocked, #seeDeviceIsUnlocked** <!-- check-tests: Add test docs below id=a5286b506affe41e0f5cb858304a172c6148d921 -->
37
- * ✔️ `should return correct status about lock @second` <!-- check-tests: Add test docs below id=2a4f67432bbc5886d9194d550e83db661bba7e2e -->
38
- * 📎 **device orientation : #seeOrientationIs #setOrientation** <!-- check-tests: Add test docs below id=e1a2a5a0e2efba51902bef1aa15ea5ed3d44fac1 -->
39
- * ✔️ `should return correct status about lock` <!-- check-tests: Add test docs below id=681c14c83660d34df8112e0f35e052ba2cd0c2b5 -->
40
- * ✔️ `should set device orientation` <!-- check-tests: Add test docs below id=2a25e7e9d94c480eee7a15d93d713b72a567b797 -->
41
- * 📎 **app context and activity: #_switchToContext, #switchToWeb, #switchToNative** <!-- check-tests: Add test docs below id=2b91002643d06bed491007a71502f32aae3a2aed -->
42
- * ✔️ `should switch context` <!-- check-tests: Add test docs below id=b34b2f1c25b77cf35ea78ff1628e618c23a9b67a -->
43
- * ✔️ `should switch to native and web contexts @quick` <!-- check-tests: Add test docs below id=7545c77919e8fbb95f6a73a0153ff9f7b29baec2 -->
44
- * ✔️ `should switch activity` <!-- check-tests: Add test docs below id=4603d6cdbd719d94c18568e1f2bea2bb47ae3d59 -->
45
- * 📎 **#setNetworkConnection, #setSettings** <!-- check-tests: Add test docs below id=e8808c3ccb523ecf53dcb0a56d70d3343a8b2292 -->
46
- * ✔️ `should set Network Connection (airplane mode on)` <!-- check-tests: Add test docs below id=a39bef4de4e864ae3a5bdb7022b17d6dc3741d0e -->
47
- * ✔️ `should set custom settings` <!-- check-tests: Add test docs below id=a46ac209adffbee201b57d1f7b46a3f936f55d40 -->
48
- * 📎 **#hideDeviceKeyboard** <!-- check-tests: Add test docs below id=33e157c22360f828c26681175aed95ac908f8504 -->
49
- * ✔️ `should hide device Keyboard @quick` <!-- check-tests: Add test docs below id=6f78199e17430541d77bdf23072fb8e858c7d2e0 -->
50
- * ✔️ `should assert if no keyboard` <!-- check-tests: Add test docs below id=2989d853fd6e06e2b0752dbcf5b7712ab2da9cb0 -->
51
- * 📎 **#sendDeviceKeyEvent** <!-- check-tests: Add test docs below id=e918241529886df6924835a1aa076a996e797716 -->
52
- * ✔️ `should react on pressing keycode` <!-- check-tests: Add test docs below id=5a54eabfbe8a7b060250047ec40efabb37e4aa35 -->
53
- * 📎 **#openNotifications** <!-- check-tests: Add test docs below id=974f6517f6bfefe01f6279611f48242b18438752 -->
54
- * ✔️ `should react on notification opening` <!-- check-tests: Add test docs below id=fb4a0208cc47547951d17f161c43073a505c2246 -->
55
- * 📎 **#makeTouchAction** <!-- check-tests: Add test docs below id=5728078d9da54503c995a8419fb4cb7d35887ca8 -->
56
- * ✔️ `should react on touch actions` <!-- check-tests: Add test docs below id=dc252fa735f6b0ef96c8bff633f9ef25de8dfdef -->
57
- * ✔️ `should react on swipe action` <!-- check-tests: Add test docs below id=b32f3f6ec2d9f66e755e0b8993185a8d76856ee5 -->
58
- * ✔️ `should react on swipeDown action` <!-- check-tests: Add test docs below id=b01a9a85bc2df74608d0a96e74c80b9d16169c26 -->
59
- * ✔️ `run simplified swipeDown @quick` <!-- check-tests: Add test docs below id=86b32b4fd3632ecd8c635f90772e3fbc19f8429b -->
60
- * ✔️ `should react on swipeUp action` <!-- check-tests: Add test docs below id=c904102d5a648eda24f48060af329032aa3f1dcb -->
61
- * ✔️ `should react on swipeRight action` <!-- check-tests: Add test docs below id=777a44a2a80cf1aa949f0ce4e75d7d3f6a64f972 -->
62
- * ✔️ `should react on swipeLeft action` <!-- check-tests: Add test docs below id=1a46655ffc46eb3a6b264dcfc9e27b62e271d676 -->
63
- * ✔️ `should react on touchPerform action` <!-- check-tests: Add test docs below id=28d5d7034fbac3e9fd83de4cfc04a717fccbd61c -->
64
- * ✔️ `should assert when you dont scroll the document anymore` <!-- check-tests: Add test docs below id=dc82a1ce96a506e9944cdcf3b56a6e8df65b622b -->
65
- * ✔️ `should react on swipeTo action` <!-- check-tests: Add test docs below id=e1efe5c768da6df9684006f9300da65a1157f536 -->
66
- * 📎 **#performTouchAction** <!-- check-tests: Add test docs below id=623288e4c3e97dc21f8087007590347e1635886a -->
67
- * ✔️ `should react on swipeUp action @second` <!-- check-tests: Add test docs below id=66ce6cf5785b23b82ec74b48055a3fd9f9abee3b -->
68
- * ✔️ `should react on swipeDown action @second` <!-- check-tests: Add test docs below id=67e2b387119497d23e2eba88f34af72f7bace406 -->
69
- * ✔️ `should react on swipeLeft action` <!-- check-tests: Add test docs below id=1a46655ffc46eb3a6b264dcfc9e27b62e271d676 -->
70
- * ✔️ `should react on swipeRight action` <!-- check-tests: Add test docs below id=777a44a2a80cf1aa949f0ce4e75d7d3f6a64f972 -->
71
- * 📎 **#pullFile** <!-- check-tests: Add test docs below id=c8264b5a38589c49bb1b820eef6f9313b06f74a9 -->
72
- * ✔️ `should pull file to local machine` <!-- check-tests: Add test docs below id=10ff0fcba55ab11fef235f693a6b83403a3601b9 -->
73
- * 📎 **see text : #see** <!-- check-tests: Add test docs below id=c2c62061a1c9e9a11a8fb805628586ec6c729aee -->
74
- * ✔️ `should work inside elements @second` <!-- check-tests: Add test docs below id=952420c7fc558e9f3e8c9d031b506e9745e16107 -->
75
- * ✔️ `should work inside web view as normally @quick` <!-- check-tests: Add test docs below id=547ec134d1afea2c77d5a8f42c50b4fd269da898 -->
76
- * 📎 **#appendField** <!-- check-tests: Add test docs below id=e9b3fca3c5c30981d02b47a6e14754051b60876a -->
77
- * ✔️ `should be able to send special keys to element @second` <!-- check-tests: Add test docs below id=7a472b88513c52e9ba1933ba467fc9038a15969a -->
78
- * 📎 **#seeInSource** <!-- check-tests: Add test docs below id=2f9ab3b74a438289625987c6c4ca207ceeccb847 -->
79
- * ✔️ `should check for text to be in HTML source` <!-- check-tests: Add test docs below id=bdc9cd411c0c30261304c6893173ceaf888bc609 -->
80
- * 📎 **#waitForText** <!-- check-tests: Add test docs below id=649c1d1c19f0599d231d8252d9204609eaed209b -->
81
- * ✔️ `should return error if not present` <!-- check-tests: Add test docs below id=609e6fde6a1e6223fba2a127a739bf719956fae7 -->
82
- * 📎 **#seeNumberOfElements `@second`** <!-- check-tests: Add test docs below id=fc48ec9032a344d93882a80521ba03e31d92992c -->
83
- * ✔️ `should return 1 as count` <!-- check-tests: Add test docs below id=347cd2ff25e8e002d2f870d66695e0a71cb96a53 -->
84
- * 📎 **see element : #seeElement, #dontSeeElement** <!-- check-tests: Add test docs below id=61184c2d7b4bc82bfe837726ab929a27d7516692 -->
85
- * ✔️ `should check visible elements on page @quick` <!-- check-tests: Add test docs below id=ad76cf001c5a41bdad75188483ccd68c1285a14d -->
86
- * 📎 **#click `@quick`** <!-- check-tests: Add test docs below id=2839c9ace43387fd0ad259d0ed6d58794da78cb9 -->
87
- * ✔️ `should click by accessibility id` <!-- check-tests: Add test docs below id=7a77504c6585708fcf68f7c47b5f1eda0815713b -->
88
- * ✔️ `should click by xpath` <!-- check-tests: Add test docs below id=b1c672e5233b24f00cbedb3e2ba89960b978d0c6 -->
89
- * 📎 **#fillField, #appendField `@second`** <!-- check-tests: Add test docs below id=4e93f1da00a2aa2e05efa38634399e022d9885a1 -->
90
- * ✔️ `should fill field by accessibility id` <!-- check-tests: Add test docs below id=46bdf28fb7e97900628fd9217ec618790b9e97cc -->
91
- * ✔️ `should fill field by xpath` <!-- check-tests: Add test docs below id=59cf636b11600a71da53dfe1be33304114dd883e -->
92
- * ✔️ `should append field value @second` <!-- check-tests: Add test docs below id=38d2009176b0e8c1354c2eb6c5d852b330bf2fe6 -->
93
- * 📎 **#clearField** <!-- check-tests: Add test docs below id=0db6df94077675eee5dd8012fc448cc90d6c2263 -->
94
- * ✔️ `should clear a given element` <!-- check-tests: Add test docs below id=f7afc64f89bf951a019a45e4242d8c574fa21b82 -->
95
- * 📎 **#grabTextFrom, #grabValueFrom, #grabAttributeFrom** <!-- check-tests: Add test docs below id=e9e0aff13c6bf026134f3b4147f9a93b7a1e11af -->
96
- * ✔️ `should grab text from page` <!-- check-tests: Add test docs below id=bf810ff8eba8df4f6e5d01aef8559237c3227ae5 -->
97
- * ✔️ `should grab attribute from element` <!-- check-tests: Add test docs below id=6b532417ece4bd6dd329bbe1ece24fa1c195363c -->
98
- * 📎 **#saveScreenshot** <!-- check-tests: Add test docs below id=52e0be95d789e5bebb49a8bc2917c8ba4104735a -->
99
- * ✔️ `should create a screenshot file in output dir` <!-- check-tests: Add test docs below id=7618f5fef6c6b3d1359727ec678b2366e9ce79ec -->
100
- * 📎 **#runOnIOS, #runOnAndroid, #runInWeb** <!-- check-tests: Add test docs below id=6b368af690b08eeee88d8c696092ffff81c2e6af -->
101
- * ✔️ `should use Android locators` <!-- check-tests: Add test docs below id=e9e4d1cc9a84a87f2811cab37d8ee7365080ac3e -->
102
- * ✔️ `should execute only on Android @quick` <!-- check-tests: Add test docs below id=543175651b3afeeb39e4e5d7d90cf69220f8ea98 -->
103
- * ✔️ `should execute only on Android >= 5.0 @quick` <!-- check-tests: Add test docs below id=dc787af6779cc856cd8441d0e48262d33b0e9bae -->
104
- * ✔️ `should execute only in Web` <!-- check-tests: Add test docs below id=bf886426df323bee999ab683e90e09ab315e4a7b -->
105
-
106
- 📝 [test/helper/AppiumWeb_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/helper/AppiumWeb_test.js) <!-- check-tests: Add test docs below id=2dc4b3cd18804d5eadde867f033437f36ed4b537 -->
107
- * 📎 **Appium Web** <!-- check-tests: Add test docs below id=fe386e9035dd2f5d8545906c9dc2e8f9a0abb773 -->
108
- * 📎 **current url : #seeInCurrentUrl, #seeCurrentUrlEquals, ...** <!-- check-tests: Add test docs below id=423999bfc6d1c3389600705547a15b47df4fa21b -->
109
- * ✔️ `should check for url fragment` <!-- check-tests: Add test docs below id=db168afb546b0642772a33e74f46a8ae2f5658f5 -->
110
- * ✔️ `should check for equality` <!-- check-tests: Add test docs below id=a11f7f7ad56e50392e9d04884898d96c4e93f6c5 -->
111
- * 📎 **see text : #see** <!-- check-tests: Add test docs below id=c2c62061a1c9e9a11a8fb805628586ec6c729aee -->
112
- * ✔️ `should check text on site` <!-- check-tests: Add test docs below id=c6f85c6ffef7198547a9a533acf267530346efc8 -->
113
- * ✔️ `should check text inside element` <!-- check-tests: Add test docs below id=add0d3a98755c7860521def46b0a9299f2e25162 -->
114
- * 📎 **see element : #seeElement, #dontSeeElement** <!-- check-tests: Add test docs below id=61184c2d7b4bc82bfe837726ab929a27d7516692 -->
115
- * ✔️ `should check visible elements on page` <!-- check-tests: Add test docs below id=8e4bdb685bfd9b7d24dea7228f459eb606290c03 -->
116
- * 📎 **#click** <!-- check-tests: Add test docs below id=ae543a7e54249273d35db22efa312c4b8ee80950 -->
117
- * ✔️ `should click by text` <!-- check-tests: Add test docs below id=7eab74c53fa9f0283e86436ee8a9a03aa719c539 -->
118
- * ✔️ `should click by css` <!-- check-tests: Add test docs below id=ebd4709699c9e7e18ab079287b1a4d3626da4afc -->
119
- * ✔️ `should click by non-optimal css` <!-- check-tests: Add test docs below id=47498a1f59d9deb0cc5e86b2e048e40c8141a8e0 -->
120
- * ✔️ `should click by xpath` <!-- check-tests: Add test docs below id=7ae4eb5206cd3e6631cfe7c3ae962611ae0336af -->
121
- * ✔️ `should click on context` <!-- check-tests: Add test docs below id=bf16e64d16302186e8bd542ab64653d0c88c2fc8 -->
122
- * ✔️ `should click link with inner span` <!-- check-tests: Add test docs below id=b8a2260b0809df7ea9eb18eae9f065e208cd1c68 -->
123
- * ✔️ `should click buttons as links` <!-- check-tests: Add test docs below id=4431997910b70c0617688ff23b56c1a085e5a167 -->
124
- * 📎 **#grabTextFrom, #grabValueFrom, #grabAttributeFrom** <!-- check-tests: Add test docs below id=e9e0aff13c6bf026134f3b4147f9a93b7a1e11af -->
125
- * ✔️ `should grab text from page` <!-- check-tests: Add test docs below id=eac1e84a1c3fb029ea19d4cad0f30354cba6aa42 -->
126
- * ✔️ `should grab value from field` <!-- check-tests: Add test docs below id=464d72c92e178cb038f2a885767f32042761380f -->
127
- * ✔️ `should grab attribute from element` <!-- check-tests: Add test docs below id=0ac4d410c3aae8452c6deeaabca2552e24e3b41a -->
128
- * 📎 **#within** <!-- check-tests: Add test docs below id=553d673536080c2647b41d1b8ddc70e93632a869 -->
129
- * ✔️ `should work using within operator` <!-- check-tests: Add test docs below id=f927e7f5625944e1ce4141ace2568e3fa094c469 -->
130
-
131
- 📝 [test/helper/Nightmare_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/helper/Nightmare_test.js) <!-- check-tests: Add test docs below id=7e9c772e9ab900cfbc49ffbb9ffe1cd0d1ba8fc4 -->
132
- * 📎 **Nightmare** <!-- check-tests: Add test docs below id=52f819810cf69d916fbb550ef989f1e3e93dbec6 -->
133
- * 📎 **open page : #amOnPage** <!-- check-tests: Add test docs below id=ca724bc8ea98e9b70a9930b9e4fd2c6135805443 -->
134
- * ✔️ `should open main page of configured site` <!-- check-tests: Add test docs below id=b9ae0ec42decf0749300e3e47cefc9f5a673180a -->
135
- * ✔️ `should open any page of configured site` <!-- check-tests: Add test docs below id=250098baa8c815aa312fe3c0cab2484ecd2ca64c -->
136
- * ✔️ `should open absolute url` <!-- check-tests: Add test docs below id=b2c52f43fe1c92da1ff62b252f430ee618d47754 -->
137
- * ✔️ `should open same page twice without error` <!-- check-tests: Add test docs below id=751cb7586bf28e5c7a12806bdacbcf6ff4029e45 -->
138
- * 📎 **#waitForFunction** <!-- check-tests: Add test docs below id=6a00810328e17b0ef84059ed9825872b8ee2fc9c -->
139
- * ✔️ `should wait for function returns true` <!-- check-tests: Add test docs below id=48ddec95207a3a9f6c396c3ecd629fe6efb8092a -->
140
- * ✔️ `should pass arguments and wait for function returns true` <!-- check-tests: Add test docs below id=b57d86a544ca8d14f24062c7e84ad2ff8835223c -->
141
- * 📎 **#moveCursorTo** <!-- check-tests: Add test docs below id=b2186f22569e23061db3c55c649bf27e48f72159 -->
142
- * ✔️ `should trigger hover event` <!-- check-tests: Add test docs below id=2ad12f18828e761598faf8f44f13d12dbaf1b0ef -->
143
- * 📎 **scripts Inject** <!-- check-tests: Add test docs below id=cb945f56e8f6b1b3cecd0a5e0686505fb1d4c5f0 -->
144
- * ✔️ `should reinject scripts after navigating to new page` <!-- check-tests: Add test docs below id=b0ba716d71312d4b1081f5b59eacdbdbc37719f0 -->
145
- * 📎 **see text : #see** <!-- check-tests: Add test docs below id=c2c62061a1c9e9a11a8fb805628586ec6c729aee -->
146
- * ✔️ `should fail when text is not on site` <!-- check-tests: Add test docs below id=67675649c7de6452efd994070a156165980c1692 -->
147
- * ✔️ `should fail when clickable element not found` <!-- check-tests: Add test docs below id=12514c9d479578c300ea0761f6ca4091a5233832 -->
148
- * ✔️ `should fail when text on site` <!-- check-tests: Add test docs below id=6563a472e9d20a7b6b81d4c55f0731fedfae6bcc -->
149
- * ✔️ `should fail when test is not in context` <!-- check-tests: Add test docs below id=4f7b90d653832f1a2984693c980bcc9c7fd8c44a -->
150
- * 📎 **#locate** <!-- check-tests: Add test docs below id=1c0ba6d708228ceacdb767731d5442fd655c347f -->
151
- * ✔️ `should use locate to check element` <!-- check-tests: Add test docs below id=924e262271e33cac8b17e66766b6d7447c653943 -->
152
- * 📎 **window size #resizeWindow** <!-- check-tests: Add test docs below id=48ccadf08ab1b237e4fef6b2a314da80df489805 -->
153
- * ✔️ `should set initial window size` <!-- check-tests: Add test docs below id=5a43df7d4d8cd0ad88ca360067e06ff79bda0add -->
154
- * ✔️ `should resize window to specific dimensions` <!-- check-tests: Add test docs below id=1fe631966e7f789dc1635f68e50fb38707901aae -->
155
- * 📎 **refresh page** <!-- check-tests: Add test docs below id=79baf436558a352a3513f28ced01169aa77b4992 -->
156
- * ✔️ `should refresh the current page` <!-- check-tests: Add test docs below id=30eeac856bfc89f9dbf0b23f5ad76cdc653663cd -->
157
- * 📎 **#seeNumberOfElements** <!-- check-tests: Add test docs below id=b9918a252767903f3578ac264142777b97e0edb3 -->
158
- * ✔️ `should return 1 as count` <!-- check-tests: Add test docs below id=3a9643738f130be149b303ada46fc0ff33b0d0de -->
159
-
160
- 📝 [test/helper/Playwright_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/helper/Playwright_test.js) <!-- check-tests: Add test docs below id=8db5a5f3124b4d06a23741606c260ce92e1ee446 -->
161
- * 📎 **Playwright** <!-- check-tests: Add test docs below id=48b9e3d1b453a72cf6ba2f78724514c9f518b474 -->
162
- * 📎 **open page : #amOnPage** <!-- check-tests: Add test docs below id=ca724bc8ea98e9b70a9930b9e4fd2c6135805443 -->
163
- * ✔️ `should open main page of configured site` <!-- check-tests: Add test docs below id=4c4125ab114d80a2c65c8c02787c760cfbb7fb3f -->
164
- * ✔️ `should open any page of configured site` <!-- check-tests: Add test docs below id=a193330526fc8ec1a2d0257532426f8c8b28c1a5 -->
165
- * ✔️ `should open absolute url` <!-- check-tests: Add test docs below id=5b189477e255f09bfc23f587cdb7f812c3c9dc0f -->
166
- * 📎 **grabDataFromPerformanceTiming** <!-- check-tests: Add test docs below id=0f9bc900e9d8559fca37338ce700022527afc68b -->
167
- * ✔️ `should return data from performance timing` <!-- check-tests: Add test docs below id=68292d35021d6171181b6b58c8f7e837bed8c010 -->
168
- * 📎 **#waitForFunction** <!-- check-tests: Add test docs below id=6a00810328e17b0ef84059ed9825872b8ee2fc9c -->
169
- * ✔️ `should wait for function returns true` <!-- check-tests: Add test docs below id=70357a72b435b4b62583cfffe9c63bd0c056e4ba -->
170
- * ✔️ `should pass arguments and wait for function returns true` <!-- check-tests: Add test docs below id=51be2a10fc7c219515e9cea5cc7814fb65859d1d -->
171
- * 📎 **#waitToHide** <!-- check-tests: Add test docs below id=09a69b426211fd8581b8526388b47d9f4862e8a4 -->
172
- * ✔️ `should wait for hidden element` <!-- check-tests: Add test docs below id=b08273f46dddaed5f0a03ecf176105e317e4f162 -->
173
- * ✔️ `should wait for hidden element by XPath` <!-- check-tests: Add test docs below id=082b128236d2c245104ed6df70f6d28d9b2398a0 -->
174
- * 📎 **#waitNumberOfVisibleElements** <!-- check-tests: Add test docs below id=75245a496a7a91d8a5ba599d9425e8e2d31e67f7 -->
175
- * ✔️ `should wait for a specified number of elements on the page` <!-- check-tests: Add test docs below id=b65ca548faea571dff1372f6f671a81f3e59a7e9 -->
176
- * ✔️ `should wait for a specified number of elements on the page using a css selector` <!-- check-tests: Add test docs below id=757ba41d86de7ecbefb7b5efe22d962ae4c55557 -->
177
- * ✔️ `should wait for a specified number of elements which are not yet attached to the DOM` <!-- check-tests: Add test docs below id=b5c431fd6cd9f4dfb9f26b3ca973d9512566b493 -->
178
- * 📎 **#moveCursorTo** <!-- check-tests: Add test docs below id=b2186f22569e23061db3c55c649bf27e48f72159 -->
179
- * ✔️ `should trigger hover event` <!-- check-tests: Add test docs below id=4a694b1b50fd30ae590cab5b68194956fc68d99e -->
180
- * ✔️ `should not trigger hover event because of the offset is beyond the element` <!-- check-tests: Add test docs below id=7dc30f2c845f2e93f7a7e4f8e757a1c22b373c0d -->
181
- * 📎 **#switchToNextTab, #switchToPreviousTab, #openNewTab, #closeCurrentTab, #closeOtherTabs, #grabNumberOfOpenTabs** <!-- check-tests: Add test docs below id=0d6e81a8dd1df152af6608de292c433095c4e6ab -->
182
- * ✔️ `should only have 1 tab open when the browser starts and navigates to the first page` <!-- check-tests: Add test docs below id=c8678faf4a9ee00aa2fe9fafd8044a8e6bcd637b -->
183
- * ✔️ `should switch to next tab` <!-- check-tests: Add test docs below id=4d804fa384468070aeaab4581076f0d3882785e0 -->
184
- * ✔️ `should assert when there is no ability to switch to next tab` <!-- check-tests: Add test docs below id=1f5e109e2f6bb7a679066112adb72c886964a87d -->
185
- * ✔️ `should close current tab` <!-- check-tests: Add test docs below id=7dd88ce0b7da199ada768ce1f43f7ba9a77d9537 -->
186
- * ✔️ `should close other tabs` <!-- check-tests: Add test docs below id=32d7ce57d9b5efe0ee9998dd009bc16ae8c6e7a9 -->
187
- * ✔️ `should open new tab` <!-- check-tests: Add test docs below id=9239a724e159d698e5b0c02b228aebfa9d7ccaf0 -->
188
- * ✔️ `should switch to previous tab` <!-- check-tests: Add test docs below id=90aab2196a508dd44be717ff78c5647c824cc2e6 -->
189
- * ✔️ `should assert when there is no ability to switch to previous tab` <!-- check-tests: Add test docs below id=7623b45b0d62260e8e600202e82b61bf8bd1feaf -->
190
- * 📎 **popup : #acceptPopup, #seeInPopup, #cancelPopup, #grabPopupText** <!-- check-tests: Add test docs below id=9c771bfd92b421902b3e7572771e04c919734780 -->
191
- * ✔️ `should accept popup window` <!-- check-tests: Add test docs below id=680a9016d87501a85863bf9dad20a0c6137f485c -->
192
- * ✔️ `should accept popup window (using default popup action type)` <!-- check-tests: Add test docs below id=8caa575f0516435a95d9a14747a615811ececc9c -->
193
- * ✔️ `should cancel popup` <!-- check-tests: Add test docs below id=9bcf992d8a005a8e6e2919b04142947fbbf78c76 -->
194
- * ✔️ `should check text in popup` <!-- check-tests: Add test docs below id=0a1c0f55cd96e7645100187090115f1b7ba84b45 -->
195
- * ✔️ `should grab text from popup` <!-- check-tests: Add test docs below id=05345f42637d0a86a142f46e487e5c325998f86c -->
196
- * ✔️ `should return null if no popup is visible (do not throw an error)` <!-- check-tests: Add test docs below id=2642dde741c23cb2ff6964f2006e7632e5ea1b31 -->
197
- * 📎 **#seeNumberOfElements** <!-- check-tests: Add test docs below id=b9918a252767903f3578ac264142777b97e0edb3 -->
198
- * ✔️ `should return 1 as count` <!-- check-tests: Add test docs below id=18d190041ad084a40cb68cf91388a160833c7888 -->
199
- * 📎 **#switchTo** <!-- check-tests: Add test docs below id=a489fd98dc08b6ebcadb02313a61f0bd1f231dbb -->
200
- * ✔️ `should switch reference to iframe content` <!-- check-tests: Add test docs below id=b817f011580893f1e2cc3701d280ae3980129c89 -->
201
- * ✔️ `should return error if iframe selector is invalid` <!-- check-tests: Add test docs below id=a4c222bb734223ca7be0e82d6ef7c1dde2d12e31 -->
202
- * ✔️ `should return error if iframe selector is not iframe` <!-- check-tests: Add test docs below id=416dcf494672f6a16bccd531ebddb48f182cf664 -->
203
- * ✔️ `should return to parent frame given a null locator` <!-- check-tests: Add test docs below id=076bef65073b5dc43d1da99f61e24fe363cae81e -->
204
- * 📎 **#seeInSource, #grabSource** <!-- check-tests: Add test docs below id=bab08584c946f17351633f6ddad0ba72736c54f9 -->
205
- * ✔️ `should check for text to be in HTML source` <!-- check-tests: Add test docs below id=78e468b875ba2ce128da21c69aa57a8871f660dc -->
206
- * ✔️ `should grab the source` <!-- check-tests: Add test docs below id=4b78a6ca960c250afe2b427ad49df6c11677a304 -->
207
- * 📎 **#seeTitleEquals** <!-- check-tests: Add test docs below id=3620a31ed28444db798e028cac71aebce35a909f -->
208
- * ✔️ `should check that title is equal to provided one` <!-- check-tests: Add test docs below id=40226a4ec570cf0fa77502eb64fef55ff7a73183 -->
209
- * 📎 **#seeTextEquals** <!-- check-tests: Add test docs below id=3383b114bba7e07e190be0702c7396e8da4d0489 -->
210
- * ✔️ `should check text is equal to provided one` <!-- check-tests: Add test docs below id=18aca8fdad6b677eadc896209c00ede5e5683fb0 -->
211
- * 📎 **#_locateClickable** <!-- check-tests: Add test docs below id=e703de92e77a3a6acc129dc61efd4820efe18053 -->
212
- * ✔️ `should locate a button to click` <!-- check-tests: Add test docs below id=aa77397f1abf92b4e09249b898c6b8bded2b1ac1 -->
213
- * ✔️ `should not locate a non-existing checkbox using _locateClickable` <!-- check-tests: Add test docs below id=53d42db5be304b5fb1e0daf748732e4cf6cb19eb -->
214
- * 📎 **#_locateCheckable** <!-- check-tests: Add test docs below id=adad3d353f75f454a2433cc7f8f51cd3068e4469 -->
215
- * ✔️ `should locate a checkbox` <!-- check-tests: Add test docs below id=072cd07946967d87e761198dca0dd08291132a76 -->
216
- * 📎 **#_locateFields** <!-- check-tests: Add test docs below id=d229ddc40690b5e31e8420e5b73e8e694d5992b5 -->
217
- * ✔️ `should locate a field` <!-- check-tests: Add test docs below id=c3fe8aab960c49ee58bf59776eb90a4ceb3db72e -->
218
- * ✔️ `should not locate a non-existing field` <!-- check-tests: Add test docs below id=ecf3882158b795f6d5938c88e97a15d43ae82e3f -->
219
- * 📎 **check fields: #seeInField, #seeCheckboxIsChecked, ...** <!-- check-tests: Add test docs below id=8ea216f714b4be7b389a9d3079515b7ce26652ea -->
220
- * ✔️ `should throw error if field is not empty` <!-- check-tests: Add test docs below id=2ba14d6701b597a1f4f2bf6e665e8f5f9301d18a -->
221
- * ✔️ `should check values in checkboxes` <!-- check-tests: Add test docs below id=67dbe14d1c83f21f1b35f4a5a6e5413e892fc585 -->
222
- * ✔️ `should check values with boolean` <!-- check-tests: Add test docs below id=3cb4c5550bf3a1418b7f15612a2fd8ebab694298 -->
223
- * ✔️ `should check values in radio` <!-- check-tests: Add test docs below id=6b66ecad6347555ac029bbbcabfa053a47aeb484 -->
224
- * ✔️ `should check values in select` <!-- check-tests: Add test docs below id=66ce3835c5fed4ef33f9e60423ac39594210e9df -->
225
- * ✔️ `should check for empty select field` <!-- check-tests: Add test docs below id=2d67c22f536875c204f2bd607b4f156571f685a8 -->
226
- * ✔️ `should check for select multiple field` <!-- check-tests: Add test docs below id=aeef351558cd67d7184660503c35b57b450019ad -->
227
- * 📎 **#pressKey, #pressKeyDown, #pressKeyUp** <!-- check-tests: Add test docs below id=2d78b4d6e700bd7097815061ab377f2f5b4ad1a9 -->
228
- * ✔️ `should be able to send special keys to element` <!-- check-tests: Add test docs below id=922b5b32f7c716295a4a5a9a797c4c5a7fbc360d -->
229
- * ✔️ `should use modifier key based on operating system` <!-- check-tests: Add test docs below id=0243b9d280a3cad420b5293ccaddf2f22dd26543 -->
230
- * ✔️ `should show correct numpad or punctuation key when Shift modifier is active` <!-- check-tests: Add test docs below id=d2c9d66d2072b5d531fd0bb4a311bc53e164e504 -->
231
- * 📎 **#waitForEnabled** <!-- check-tests: Add test docs below id=62beb1fcbbea430dc443d38e0a9752b2dd76a07a -->
232
- * ✔️ `should wait for input text field to be enabled` <!-- check-tests: Add test docs below id=9e2038295440d5f3547fe7b0284b5a137b4792f9 -->
233
- * ✔️ `should wait for input text field to be enabled by xpath` <!-- check-tests: Add test docs below id=eecf2db12475a5259b40a9f0b254fbbe5c31595f -->
234
- * ✔️ `should wait for a button to be enabled` <!-- check-tests: Add test docs below id=a2a7f5b2034972e0c407208f0b9df035d9fe3119 -->
235
- * 📎 **#waitForValue** <!-- check-tests: Add test docs below id=d40e58d63ab2dc218c6c77fb8983329c1e1fcd7b -->
236
- * ✔️ `should wait for expected value for given locator` <!-- check-tests: Add test docs below id=3b876a5eebffbd6326ffda3646870be5270b633f -->
237
- * ✔️ `should wait for expected value for given css locator` <!-- check-tests: Add test docs below id=235cfb834ba6745754a5558869b76f915b17774e -->
238
- * ✔️ `should wait for expected value for given xpath locator` <!-- check-tests: Add test docs below id=3a2110c8b9b82912892dce434bd773100af674b6 -->
239
- * ✔️ `should only wait for one of the matching elements to contain the value given xpath locator` <!-- check-tests: Add test docs below id=42913be71c48fd89ca7e03e0fffbcb1d1f70f960 -->
240
- * ✔️ `should only wait for one of the matching elements to contain the value given css locator` <!-- check-tests: Add test docs below id=d6de52c6e28325268eee61010e04acfa5312dad1 -->
241
- * 📎 **#grabHTMLFrom** <!-- check-tests: Add test docs below id=2bb3a3889b6292fba9b24dce89451eba26021acb -->
242
- * ✔️ `should grab inner html from an element using xpath query` <!-- check-tests: Add test docs below id=e229ab771bec60dbf9d0fb9dc234c0551c4037f8 -->
243
- * ✔️ `should grab inner html from an element using id query` <!-- check-tests: Add test docs below id=b4628312cebe3525f1b67ab44b4996e578474ff3 -->
244
- * ✔️ `should grab inner html from multiple elements` <!-- check-tests: Add test docs below id=e816e359cccd41b9d029cc710bf688fedf9034a5 -->
245
- * ✔️ `should grab inner html from within an iframe` <!-- check-tests: Add test docs below id=e273b4a488c49aed8611b16875550bef81f2543b -->
246
- * 📎 **#grabBrowserLogs** <!-- check-tests: Add test docs below id=ad12ccd3268c13c7315a63a2db9bcba081f0b461 -->
247
- * ✔️ `should grab browser logs` <!-- check-tests: Add test docs below id=19e1b07b06b4e49c62381275bb6c7adeca2337f1 -->
248
- * 📎 **#dragAndDrop** <!-- check-tests: Add test docs below id=07bebbd2d86e5f923cae7cd9775fbf614e977852 -->
249
- * ✔️ `Drag item from source to target (no iframe) @dragNdrop` <!-- check-tests: Add test docs below id=f47551dd1ef732bb993f5023d87413ec0fdee08e -->
250
- [~~Drag and drop from within an iframe~~](https://github.com/codeceptjs/CodeceptJS/tree/598394b1b7498738fbcb495617b756ab48ea6af5/test/helper/Playwright_test.js#L580) ⚠ [~~Drag and drop from within an iframe~~](https://github.com/codeceptjs/CodeceptJS/tree/ef5c8da6b66bff845a4a37a1ab0c69f3c46ffb65/test/helper/Playwright_test.js#L580) ⚠ [~~Drag and drop from within an iframe~~](https://github.com/codeceptjs/CodeceptJS/tree/5164f0090748d2eca00c152d82a55338ac1e21ec/test/helper/Playwright_test.js#L580) ⚠ [~~Drag and drop from within an iframe~~](https://github.com/codeceptjs/CodeceptJS/tree/85fe5397629172c36cd70e35bd4c14bb6746a832/test/helper/Playwright_test.js#L580) ⚠ [~~Drag and drop from within an iframe~~](https://github.com/codeceptjs/CodeceptJS/tree/265dcb3a44f2fea26351992728a4f31bc3249290/test/helper/Playwright_test.js#L580) ⚠ [~~Drag and drop from within an iframe~~](https://github.com/codeceptjs/CodeceptJS/tree/22f28d62df741a9dbf0e9b2e35d27d0dcbc98024/test/helper/Playwright_test.js#L580) ⚠ [~~Drag and drop from within an iframe~~](https://github.com/codeceptjs/CodeceptJS/tree/4825f53e0cc308c57bf6e55d9aed7da58bc99161/test/helper/Playwright_test.js#L580) ⚠ [~~Drag and drop from within an iframe~~](https://github.com/codeceptjs/CodeceptJS/tree/12d55f9271591c85f95fa6d017f30b5f9922aa33/test/helper/Playwright_test.js#L580) ⚠
251
-
252
- * [~~Drag and drop from within an iframe~~](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/helper/Playwright_test.js#L580) ⚠️ *skipped*
253
- * 📎 **#switchTo frame** <!-- check-tests: Add test docs below id=c4fd6e74171854870d0afdf308cf4db2e73982ad -->
254
- * ✔️ `should switch to frame using name` <!-- check-tests: Add test docs below id=dca13125063298952167545b8a81acd5670e0dbe -->
255
- * ✔️ `should switch to root frame` <!-- check-tests: Add test docs below id=98cf562a33433773d6527662a9e35289d1f1c451 -->
256
- * ✔️ `should switch to frame using frame number` <!-- check-tests: Add test docs below id=f13b6aed8174a66488378b8b56b4ca817c1d60ba -->
257
- * 📎 **#dragSlider** <!-- check-tests: Add test docs below id=f42d09a755b177968339cefcea992d13c8c03590 -->
258
- * ✔️ `should drag scrubber to given position` <!-- check-tests: Add test docs below id=f6877d5f5d419f28eca6df7c135ca61c53de8654 -->
259
- * 📎 **#uncheckOption** <!-- check-tests: Add test docs below id=57fc430afbaf5c5394c7ff2e481abcb965486766 -->
260
- * ✔️ `should uncheck option that is currently checked` <!-- check-tests: Add test docs below id=b464c00d9a4c25e069d38202db7b637c1d0af5fc -->
261
- * ✔️ `should NOT uncheck option that is NOT currently checked` <!-- check-tests: Add test docs below id=5ab4782899d533e4170ae116ec0a82ada2dbd093 -->
262
- * 📎 **#grabElementBoundingRect** <!-- check-tests: Add test docs below id=2c35f765f44d3d316699a337ed80ed0bfd281fe4 -->
263
- * ✔️ `should get the element bounding rectangle` <!-- check-tests: Add test docs below id=2d379eeb469f712971c28366019dedf0a3d4af02 -->
264
- * ✔️ `should get the element width` <!-- check-tests: Add test docs below id=203e625ddf25beac783de95c13676d807fcefbbd -->
265
- * ✔️ `should get the element height` <!-- check-tests: Add test docs below id=c85fb1808d60817dfe1e77c9554a45d0f0a8a600 -->
266
- * 📎 **#handleDownloads** <!-- check-tests: Add test docs below id=b528b190348c4ca8974e529f2a2004cc90d63cb8 -->
267
- * ✔️ `should dowload file` <!-- check-tests: Add test docs below id=379d84bb53676764d43052cf055b264d0dbe2f9b -->
268
- * 📎 **#_startBrowser** <!-- check-tests: Add test docs below id=63cf2d41f1cd60eac9c89715b845cb2f7bcc0a34 -->
269
- * ✔️ `should throw an exception when endpoint is unreachable` <!-- check-tests: Add test docs below id=7f731a271fd1f95d0f4834e99e5699fc020d3aef -->
270
- * ✔️ `should manage pages in remote browser` <!-- check-tests: Add test docs below id=bb8d8e362f8569d6eec01fa215a92f15ecbc7e45 -->
271
- * 📎 **Playwright - BasicAuth** <!-- check-tests: Add test docs below id=e98d17ec4841d6180d91f4dd624ef6977cafe786 -->
272
- * 📎 **open page with provided basic auth** <!-- check-tests: Add test docs below id=7ea1ce14ebe3dab79ac53994ae0dcb7d617a6f19 -->
273
- * ✔️ `should be authenticated ` <!-- check-tests: Add test docs below id=d6c157e1db4b335701374773d06f6dbaf8764205 -->
274
- * 📎 **Playwright - Emulation** <!-- check-tests: Add test docs below id=3037cadcb537966a2ef39bdf3f875c0daf483b2b -->
275
- * ✔️ `should open page as iPhone ` <!-- check-tests: Add test docs below id=d4aa312adedb82c5ce6c6587f340cda4e4adc153 -->
276
-
277
- 📝 [test/helper/Protractor_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/helper/Protractor_test.js) <!-- check-tests: Add test docs below id=65cf3e408c761a3fdba080a6e8b98522fda10c53 -->
278
- * 📎 **Protractor** <!-- check-tests: Add test docs below id=4319920ee7775ff4dee9d282e32daa45f6083293 -->
279
- * 📎 **open page : #amOnPage** <!-- check-tests: Add test docs below id=ca724bc8ea98e9b70a9930b9e4fd2c6135805443 -->
280
- * ✔️ `should open main page of configured site` <!-- check-tests: Add test docs below id=45aabcfe14706b18e6199208262583dce516234e -->
281
- * ✔️ `should open absolute url` <!-- check-tests: Add test docs below id=8a50a93d5f35d47c26ed01b022882d586778f2a3 -->
282
- * 📎 **current url : #seeInCurrentUrl, #seeCurrentUrlEquals, ...** <!-- check-tests: Add test docs below id=423999bfc6d1c3389600705547a15b47df4fa21b -->
283
- * ✔️ `should check for url fragment` <!-- check-tests: Add test docs below id=fc6b55297bb7c7ee6c6d151c87a93a76497d1f1d -->
284
- * ✔️ `should check for equality` <!-- check-tests: Add test docs below id=c1fc844164858d5e2f5faa198d8c4b4fdc158100 -->
285
- * 📎 **see text : #see** <!-- check-tests: Add test docs below id=c2c62061a1c9e9a11a8fb805628586ec6c729aee -->
286
- * ✔️ `should check text on site` <!-- check-tests: Add test docs below id=57b8b8fb67d24e2fe12db4d3761ebe59f0d21d08 -->
287
- * ✔️ `should check text inside element` <!-- check-tests: Add test docs below id=ab24fbf8ca2c799e1cc42ea487a57369b63316ae -->
288
- * 📎 **see element : #seeElement, #dontSeeElement** <!-- check-tests: Add test docs below id=61184c2d7b4bc82bfe837726ab929a27d7516692 -->
289
- * ✔️ `should check visible elements on page` <!-- check-tests: Add test docs below id=b30bd0b3c1d6a44198bcc7373e7420132a18e381 -->
290
- * 📎 **#click** <!-- check-tests: Add test docs below id=ae543a7e54249273d35db22efa312c4b8ee80950 -->
291
- * ✔️ `should click by text` <!-- check-tests: Add test docs below id=a7b9be529e66cd04bb53baea91bf6fa562dc6011 -->
292
- * ✔️ `should click by css` <!-- check-tests: Add test docs below id=b5ae4ea7fa9a8ef714cbfdd2982a26142c2dc1cf -->
293
- * ✔️ `should click by non-optimal css` <!-- check-tests: Add test docs below id=345f994f2392f3e9b6a1f686f13a41960c4e409c -->
294
- * ✔️ `should click by xpath` <!-- check-tests: Add test docs below id=7ec1bbd76f44158a4f0a2dea6091f73082ac1d06 -->
295
- * ✔️ `should click on context` <!-- check-tests: Add test docs below id=5acfcfaf702d03a240c2a3f3a20124a970d3aed8 -->
296
- * ✔️ `should click link with inner span` <!-- check-tests: Add test docs below id=f270299b49e8b8bf640bddcca8d439d71402fcbb -->
297
- * ✔️ `should click buttons as links` <!-- check-tests: Add test docs below id=0ed3e8097f3867536b99574a3ff845e324ba50b6 -->
298
- * 📎 **#checkOption** <!-- check-tests: Add test docs below id=fb09a3a4c7bf4398c1ff7e69728bd9622f6081a9 -->
299
- * ✔️ `should check option by css` <!-- check-tests: Add test docs below id=3802d8750cc7d12d4256aec43a83f29ca6337d3f -->
300
- * ✔️ `should check option by strict locator` <!-- check-tests: Add test docs below id=c53749568c8fd75ecb0659eb4dfe7b63079fef5c -->
301
- * ✔️ `should check option by name` <!-- check-tests: Add test docs below id=4b2cd71d7ab9c6915202595b92361ad2f6f9e00a -->
302
- * ✔️ `should check option by label` <!-- check-tests: Add test docs below id=47c54926d8af56184d4dd2b1cab8cd5c73f922a7 -->
303
- * 📎 **#selectOption** <!-- check-tests: Add test docs below id=f7a74e944fb0d4b87bb5a3ad40031a1ab95a8d32 -->
304
- * ✔️ `should select option by css` <!-- check-tests: Add test docs below id=330f2edbb7b97f34c38a20635b69a67bb8b9cf2a -->
305
- * ✔️ `should select option by label` <!-- check-tests: Add test docs below id=c1b7c57ed591154c2825fc81d3d508a61963f0fe -->
306
- * ✔️ `should select option by label and value` <!-- check-tests: Add test docs below id=5d1de1f6ed28d84a47f53a1a89dfbefde23c0adc -->
307
- * ✔️ `should select option in grouped select` <!-- check-tests: Add test docs below id=d42f501726e2680c85460bdbf69cb0608f56daaa -->
308
- * 📎 **#fillField, #appendField** <!-- check-tests: Add test docs below id=cd150ba1bc1a1e422f89a2ea001821fa91722c10 -->
309
- * ✔️ `should fill input by label` <!-- check-tests: Add test docs below id=dd018e6b21ed613f05a45056a73123a97ef62757 -->
310
- * ✔️ `should fill textarea by label` <!-- check-tests: Add test docs below id=190f6a586a5a81ff716ec3f7a21f1984621fab07 -->
311
- * ✔️ `should fill field by placeholder` <!-- check-tests: Add test docs below id=c85afef49e9e8060c130dcdb771b6af7748be9af -->
312
- * ✔️ `should fill field by css ` <!-- check-tests: Add test docs below id=fd6c2f138be0d183f19def79f2b401f640cb23d3 -->
313
- * ✔️ `should fill field by model ` <!-- check-tests: Add test docs below id=1a057ae3b062e86b0952acd9d4e23f3662a19834 -->
314
- * ✔️ `should fill field by name ` <!-- check-tests: Add test docs below id=4d4d80de6695694bb1411f9b486bd4166506240e -->
315
- * ✔️ `should fill textarea by name ` <!-- check-tests: Add test docs below id=94f6b186632ff8588257f9e8d7c5fd3d7632d310 -->
316
- * ✔️ `should fill textarea by css ` <!-- check-tests: Add test docs below id=9289d51ef6ed5fc49e71386f8f0ad396e40a5343 -->
317
- * ✔️ `should fill textarea by model` <!-- check-tests: Add test docs below id=83d73a54ab8cff11a22b6724401161a8c1431c06 -->
318
- * ✔️ `should append value to field` <!-- check-tests: Add test docs below id=ba459ab621a7af4b1c38d3d0b0e0318edbcdcb15 -->
319
- * 📎 **check fields: #seeInField, #seeCheckboxIsChecked, ...** <!-- check-tests: Add test docs below id=8ea216f714b4be7b389a9d3079515b7ce26652ea -->
320
- * ✔️ `should check for empty field` <!-- check-tests: Add test docs below id=b72a751cb146f0b376340c94310856b4bc0d3848 -->
321
- * ✔️ `should throw error if field is not empty` <!-- check-tests: Add test docs below id=04acb3c94f15616a72f6a347ff4d09fedb766147 -->
322
- * ✔️ `should check field equals` <!-- check-tests: Add test docs below id=ebbd9fc909f5c6369ffc0d6fe8e6ddcdb4710ab4 -->
323
- * ✔️ `should check values in select` <!-- check-tests: Add test docs below id=11b78057a62e378802a8aa73d22f88580c8f13ac -->
324
- * ✔️ `should check checkbox is checked :)` <!-- check-tests: Add test docs below id=99986735c54e764877b15b58c18adbe631f7786c -->
325
- * 📎 **#grabTextFrom, #grabValueFrom, #grabAttributeFrom** <!-- check-tests: Add test docs below id=e9e0aff13c6bf026134f3b4147f9a93b7a1e11af -->
326
- * ✔️ `should grab text from page` <!-- check-tests: Add test docs below id=99d9be7dc455558c8ea09af8ee7165e4c41ccf88 -->
327
- * ✔️ `should grab value from field` <!-- check-tests: Add test docs below id=caad48557d66c63ca7fb88901731d322a340a020 -->
328
- * ✔️ `should grab value from select` <!-- check-tests: Add test docs below id=174aae9628de4dd326f72ce0470bb54d4a805a67 -->
329
- * ✔️ `should grab attribute from element` <!-- check-tests: Add test docs below id=7a3c5eff10982634bd393f95e9eedea73be6e557 -->
330
- * 📎 **page title : #seeTitle, #dontSeeTitle, #grabTitle, #seeTitleEquals** <!-- check-tests: Add test docs below id=30f9df7aed381c7383bf8878f5646b00ac0db5d7 -->
331
- * ✔️ `should check page title` <!-- check-tests: Add test docs below id=5ef68a391be1471a7d0db66c636fe598186bf49b -->
332
- * ✔️ `should grab page title` <!-- check-tests: Add test docs below id=1e574b4698b98553159a0043bcf3f2f2b80c5eaa -->
333
- * ✔️ `should check that title is equal to provided one` <!-- check-tests: Add test docs below id=45030e73a13588641a193c0427fcbd6cdc9baa54 -->
334
- * 📎 **#seeTextEquals** <!-- check-tests: Add test docs below id=3383b114bba7e07e190be0702c7396e8da4d0489 -->
335
- * ✔️ `should check text is equal to provided one` <!-- check-tests: Add test docs below id=8227f383517ff28fe1d010c611cf396374062d67 -->
336
- * 📎 **#saveScreenshot** <!-- check-tests: Add test docs below id=52e0be95d789e5bebb49a8bc2917c8ba4104735a -->
337
- * ✔️ `should create a screenshot file in output dir` <!-- check-tests: Add test docs below id=fba69f691b7e4f4baed93722e9ae8657b9ad4c6c -->
338
- * ✔️ `should create full page a screenshot file in output dir` <!-- check-tests: Add test docs below id=e8457fa3637d677e15cb132f61da811ea4a64052 -->
339
- * 📎 **#switchToNextTab, #switchToPreviousTab, #openNewTab, #closeCurrentTab, #closeOtherTabs, #grabNumberOfOpenTabs** <!-- check-tests: Add test docs below id=0d6e81a8dd1df152af6608de292c433095c4e6ab -->
340
- * ✔️ `should only have 1 tab open when the browser starts and navigates to the first page` <!-- check-tests: Add test docs below id=fee89193e38b78aab87be109476edd1d1ef8de85 -->
341
- * ✔️ `should switch to next tab` <!-- check-tests: Add test docs below id=ba807d7cf57f863a340ed91b7847d895e1a4bead -->
342
- * ✔️ `should assert when there is no ability to switch to next tab` <!-- check-tests: Add test docs below id=3109d6c17b899d7f1925df4baebc06cad647b428 -->
343
- * ✔️ `should assert when there is no ability to switch to previous tab` <!-- check-tests: Add test docs below id=b49739ea0c68f922f0a05bfdfe83982a5918d307 -->
344
- * ✔️ `should close current tab` <!-- check-tests: Add test docs below id=44427cabf1451cf1f1ef91db1b950ce7b473bfb6 -->
345
- * ✔️ `should close other tabs` <!-- check-tests: Add test docs below id=47a61f64b4f1a22be3dbaf04c4bc712a389f132f -->
346
- * ✔️ `should open new tab` <!-- check-tests: Add test docs below id=b8f065f0420ffdf9fa8371c5a6231020f6528727 -->
347
- * ✔️ `should switch to previous tab` <!-- check-tests: Add test docs below id=191729d34f262ad2560bd6aec9a6f3eee22f074d -->
348
- * 📎 **cookies : #setCookie, #clearCookies, #seeCookie** <!-- check-tests: Add test docs below id=3c5d583dc43be3eea11d323fd193acfc493fe353 -->
349
- * ✔️ `should do all cookie stuff` <!-- check-tests: Add test docs below id=76d39f253f2063ff722c215d990b918d03e3a114 -->
350
- * 📎 **#seeInSource, #grabSource** <!-- check-tests: Add test docs below id=bab08584c946f17351633f6ddad0ba72736c54f9 -->
351
- * ✔️ `should check for text to be in HTML source` <!-- check-tests: Add test docs below id=ea4369d8ac4ea5613c1f3d694549a7865f57eac5 -->
352
- * ✔️ `should grab the source` <!-- check-tests: Add test docs below id=64b22d414a4a3d91609a01371b6ec3ce21bed9f8 -->
353
- * 📎 **window size : #resizeWindow** <!-- check-tests: Add test docs below id=579dda94547006430fa14e6b992eac9f5d2193d2 -->
354
- * ✔️ `should change the active window size` <!-- check-tests: Add test docs below id=bfd4bfeeb2c13798c7f6645253bfcc663fd24dcc -->
355
- * 📎 **#amOutsideAngularApp** <!-- check-tests: Add test docs below id=72155aecf9797b81c827a85856c3f1ce1027529e -->
356
- * ✔️ `should work outside angular app` <!-- check-tests: Add test docs below id=dade0de2e077b58a884858e28ce6df8f6e165a94 -->
357
- * ✔️ `should switch between applications` <!-- check-tests: Add test docs below id=4eb58b0fd93e8485da8e7f788246681e751168c6 -->
358
- * 📎 **waitForVisible** <!-- check-tests: Add test docs below id=493d6b178351263a212fbff9a06390aed302ceca -->
359
- * ✔️ `wait for element` <!-- check-tests: Add test docs below id=1aab917460c99cb8f6cef9c2b190e16f365d78c5 -->
360
- * 📎 **#waitForText** <!-- check-tests: Add test docs below id=649c1d1c19f0599d231d8252d9204609eaed209b -->
361
- * ✔️ `should wait for text` <!-- check-tests: Add test docs below id=0cac8d3bde0285736d90d1c4f048a497839705b9 -->
362
- * ✔️ `should wait for text in context` <!-- check-tests: Add test docs below id=180ffb373d59d29f0b732cce5b9c965179aec238 -->
363
- * ✔️ `should return error if not present` <!-- check-tests: Add test docs below id=d9d018457b09198370661a5dc093c2e79246f349 -->
364
- * ✔️ `should return error if waiting is too small` <!-- check-tests: Add test docs below id=3c4bd14e47ca66293b7f50b714a0670515ae6cdd -->
365
- * 📎 **#seeNumberOfElements** <!-- check-tests: Add test docs below id=b9918a252767903f3578ac264142777b97e0edb3 -->
366
- * ✔️ `should return 1 as count` <!-- check-tests: Add test docs below id=417ca1affe0393370bbb81a482b131ca5c82b250 -->
367
-
368
- 📝 [test/helper/ProtractorWeb_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/helper/ProtractorWeb_test.js) <!-- check-tests: Add test docs below id=a8fa20a7cb23dbd96fca46150246a0bf252fd338 -->
369
- * 📎 **Protractor-NonAngular** <!-- check-tests: Add test docs below id=1aacd891d3215affac93edd99d816b064ef96dda -->
370
- * 📎 **window size #resizeWindow** <!-- check-tests: Add test docs below id=48ccadf08ab1b237e4fef6b2a314da80df489805 -->
371
- * ✔️ `should set initial window size` <!-- check-tests: Add test docs below id=9572e930ddab891a509707c983e7b7ed2501749b -->
372
- * ✔️ `should resize window to specific dimensions` <!-- check-tests: Add test docs below id=17f921384f5f52004d183a09a1531d365f0028b4 -->
373
- * 📎 **open page : #amOnPage** <!-- check-tests: Add test docs below id=ca724bc8ea98e9b70a9930b9e4fd2c6135805443 -->
374
- * ✔️ `should open main page of configured site` <!-- check-tests: Add test docs below id=17317242463555de57f81c0e8c9bb0cdeb6d6abf -->
375
- * ✔️ `should open any page of configured site` <!-- check-tests: Add test docs below id=62e1749ea51c2c01b8d891ea9b5e4df897e48c5e -->
376
- * ✔️ `should open absolute url` <!-- check-tests: Add test docs below id=800c11a098d7e48f7af80d57e72b8adb526b4a88 -->
377
- * 📎 **#pressKey** <!-- check-tests: Add test docs below id=7f9cdebc8766c48cd7fc16bced7642b8b9888088 -->
378
- * ✔️ `should be able to send special keys to element` <!-- check-tests: Add test docs below id=325972f600f4f30e814b542fa930273fd5989959 -->
379
- * 📎 **see text : #see** <!-- check-tests: Add test docs below id=c2c62061a1c9e9a11a8fb805628586ec6c729aee -->
380
- * ✔️ `should fail when text is not on site` <!-- check-tests: Add test docs below id=9f2e4bc8ca173c8bf2f3fb9cdcdc6f2d127911a9 -->
381
- * ✔️ `should fail when text on site` <!-- check-tests: Add test docs below id=fb82e4610a0f78c6259d14d17dfa54c890db43fd -->
382
- * ✔️ `should fail when test is not in context` <!-- check-tests: Add test docs below id=2cabab22b140c3eb1502519596918cf2a5cb39bb -->
383
- * 📎 **SmartWait** <!-- check-tests: Add test docs below id=42cb0ca7c09c6fdafccf89801e29d199757717f4 -->
384
- * ✔️ `should wait for element to appear` <!-- check-tests: Add test docs below id=850e20fc378c54abf95ce6409973eb1abf3e011a -->
385
- * ✔️ `should wait for clickable element appear` <!-- check-tests: Add test docs below id=b5a7817ac52d0500ddfee9affab835bbfee2c7ea -->
386
- * ✔️ `should wait for clickable context to appear` <!-- check-tests: Add test docs below id=79a101f6e51ca032a46a4db648e1e205341382a5 -->
387
- * ✔️ `should wait for text context to appear` <!-- check-tests: Add test docs below id=d7ad8c496ad9ad8b7a2714944a5e8064909dd219 -->
388
- * 📎 **#switchTo frame** <!-- check-tests: Add test docs below id=c4fd6e74171854870d0afdf308cf4db2e73982ad -->
389
- * ✔️ `should switch to frame using name` <!-- check-tests: Add test docs below id=f8c3c7a61b598dd81f2bae42eb68478f25d8782b -->
390
- * ✔️ `should switch to root frame` <!-- check-tests: Add test docs below id=4177fa23159e7ef849dd70df2b4b9e43f84a59f3 -->
391
- * ✔️ `should switch to frame using frame number` <!-- check-tests: Add test docs below id=0cb502686a56dd6701f84d1d0f546f1e8ca8a422 -->
392
- * 📎 **#waitForFunction** <!-- check-tests: Add test docs below id=6a00810328e17b0ef84059ed9825872b8ee2fc9c -->
393
- * ✔️ `should wait for function returns true` <!-- check-tests: Add test docs below id=7209792ad8fbd82b868325831941871d47cc3917 -->
394
- * ✔️ `should pass arguments and wait for function returns true` <!-- check-tests: Add test docs below id=fe81bbd1a5523c3584a9acb23bd9094466bc774d -->
395
- * 📎 **#waitNumberOfVisibleElements** <!-- check-tests: Add test docs below id=75245a496a7a91d8a5ba599d9425e8e2d31e67f7 -->
396
- * ✔️ `should wait for a specified number of elements on the page` <!-- check-tests: Add test docs below id=aea49e0f218696276d2eb49bf9ffe8a1c112ac96 -->
397
- * ✔️ `should wait for a specified number of elements on the page using a css selector` <!-- check-tests: Add test docs below id=4aa2cc75d50ea99262859fe94d61de741ed5521f -->
398
- * ✔️ `should wait for a specified number of elements which are not yet attached to the DOM` <!-- check-tests: Add test docs below id=aa3ae718d9d5eed9ec7021c3f2be74a4d712ae4d -->
399
- * 📎 **#waitForEnabled** <!-- check-tests: Add test docs below id=62beb1fcbbea430dc443d38e0a9752b2dd76a07a -->
400
- * ✔️ `should wait for input text field to be enabled` <!-- check-tests: Add test docs below id=f6ec3b4eb84c18ac48abb8073e36200dfb6044bd -->
401
- * ✔️ `should wait for input text field to be enabled by xpath` <!-- check-tests: Add test docs below id=670f4a5078a27bebf32826ca41a9c6027480f936 -->
402
- * ✔️ `should wait for a button to be enabled` <!-- check-tests: Add test docs below id=d21c38ec2b08c5f0a5ba22f958278a88281cf46d -->
403
- * 📎 **#waitForValue** <!-- check-tests: Add test docs below id=d40e58d63ab2dc218c6c77fb8983329c1e1fcd7b -->
404
- * ✔️ `should wait for expected value for given locator` <!-- check-tests: Add test docs below id=3aef4da16f9378f5f8d2d5e434c15c3f340b35fe -->
405
- * ✔️ `should wait for expected value for given css locator` <!-- check-tests: Add test docs below id=9a8e4336227336149f52a7b04508805fe123aa23 -->
406
- * ✔️ `should wait for expected value for given xpath locator` <!-- check-tests: Add test docs below id=1e597a85d33aa251294c0d4e16ee110c72610769 -->
407
- * ✔️ `should only wait for one of the matching elements to contain the value given xpath locator` <!-- check-tests: Add test docs below id=ea2f42241596cf25af3723c86a31b80f3f082466 -->
408
- * ✔️ `should only wait for one of the matching elements to contain the value given css locator` <!-- check-tests: Add test docs below id=e4fade43f553a88ad390bc5df114dda94b462ca5 -->
409
- * 📎 **#grabHTMLFrom** <!-- check-tests: Add test docs below id=2bb3a3889b6292fba9b24dce89451eba26021acb -->
410
- * ✔️ `should grab inner html from an element using xpath query` <!-- check-tests: Add test docs below id=7251c22933f5072b3b1dcfd090aec3b833a02049 -->
411
- * ✔️ `should grab inner html from an element using id query` <!-- check-tests: Add test docs below id=822c13a906846b097b4b7cc82f9cf9a6e2d85d8a -->
412
- * ✔️ `should grab inner html from multiple elements` <!-- check-tests: Add test docs below id=bd9c5cfb2babfb21d9ecb4036b6e25f8dc3e2a70 -->
413
- * 📎 **popup : #acceptPopup, #seeInPopup, #cancelPopup** <!-- check-tests: Add test docs below id=f32401b38b092d4b9ba326fa02569b88bac85f6f -->
414
- * ✔️ `should accept popup window` <!-- check-tests: Add test docs below id=1199ef54c9add09ab901bf6ae636339d7903bc56 -->
415
- * ✔️ `should cancel popup` <!-- check-tests: Add test docs below id=691e28be82f043b97ab518b66058e00d72d2e91e -->
416
- * ✔️ `should check text in popup` <!-- check-tests: Add test docs below id=b355e1f2ac4363ddc02bf21c78c536f7231400b2 -->
417
- * ✔️ `should grab text from popup` <!-- check-tests: Add test docs below id=6ba39868f6d2c79f7a6ce8596abccbbd5a2570f3 -->
418
- * ✔️ `should return null if no popup is visible (do not throw an error)` <!-- check-tests: Add test docs below id=c22881fe6f8d4243a64cd554ce4455296ba7bf89 -->
419
- * 📎 **#grabBrowserLogs** <!-- check-tests: Add test docs below id=ad12ccd3268c13c7315a63a2db9bcba081f0b461 -->
420
- * ✔️ `should grab browser logs` <!-- check-tests: Add test docs below id=00dadefdadbff6785831ee92db2ac6250ab9842d -->
421
- * ✔️ `should grab browser logs across pages` <!-- check-tests: Add test docs below id=dd66cad48441e63f3081617c20792297586b8315 -->
422
- * 📎 **#dragAndDrop** <!-- check-tests: Add test docs below id=07bebbd2d86e5f923cae7cd9775fbf614e977852 -->
423
- * ✔️ `Drag item from source to target (no iframe) @dragNdrop` <!-- check-tests: Add test docs below id=f95dc9397df8de56db017d318a94dfc52cb04e70 -->
424
- * ✔️ `Drag and drop from within an iframe` <!-- check-tests: Add test docs below id=e5d3c608ef3bf1a73ee3bac07199a7bba69a1f4c -->
425
- * 📎 **#_locateClickable** <!-- check-tests: Add test docs below id=e703de92e77a3a6acc129dc61efd4820efe18053 -->
426
- * ✔️ `should locate a button to click` <!-- check-tests: Add test docs below id=ed8f89c807d1fbb10389e3434be0213a2cfe66e8 -->
427
- * ✔️ `should not locate a non-existing checkbox using _locateClickable` <!-- check-tests: Add test docs below id=8696b8ca5617b9f811be660fe255abebf788f13d -->
428
- * 📎 **#_locateCheckable** <!-- check-tests: Add test docs below id=adad3d353f75f454a2433cc7f8f51cd3068e4469 -->
429
- * ✔️ `should locate a checkbox` <!-- check-tests: Add test docs below id=cb85edf8cb7d9ff79736d81aa92777239ed04517 -->
430
- * ✔️ `should not locate a non-existing checkbox` <!-- check-tests: Add test docs below id=ff0c0726dd158047dc4ed3c117629fe72e1eee4e -->
431
- * 📎 **#_locateFields** <!-- check-tests: Add test docs below id=d229ddc40690b5e31e8420e5b73e8e694d5992b5 -->
432
- * ✔️ `should locate a field` <!-- check-tests: Add test docs below id=c7818fa761e4b8cb523dd80a53cc3326f3e2d897 -->
433
- * ✔️ `should not locate a non-existing field` <!-- check-tests: Add test docs below id=43df32466405e6384f954423fe9c5b4f1d5a420d -->
434
-
435
- 📝 [test/helper/Puppeteer_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/helper/Puppeteer_test.js) <!-- check-tests: Add test docs below id=e01277d78d825248c8caf65b218459af8fcdf878 -->
436
- * 📎 **Puppeteer - BasicAuth** <!-- check-tests: Add test docs below id=8e91d94f954a9172f7c0ce7065ec0e248b0d9978 -->
437
- * 📎 **open page with provided basic auth** <!-- check-tests: Add test docs below id=7ea1ce14ebe3dab79ac53994ae0dcb7d617a6f19 -->
438
- * ✔️ `should be authenticated ` <!-- check-tests: Add test docs below id=140ca5ba0b055dcc4f020c830ef4cdef6c1dd24e -->
439
- * ✔️ `should be authenticated on second run` <!-- check-tests: Add test docs below id=b2673f7dd4cdaa925e4707153133127e02ac4c17 -->
440
- * 📎 **Puppeteer** <!-- check-tests: Add test docs below id=c31934410f27f9a0ff9a3851c3ec6cec4513990c -->
441
- * 📎 **Session** <!-- check-tests: Add test docs below id=6163a49474cd5167b1d4a8f4363166d5e26ea18d -->
442
- * ✔️ `should not fail for localStorage.clear() on about:blank` <!-- check-tests: Add test docs below id=52a21206d4ca2361731db4bbe1e6dccf7af34513 -->
443
- * 📎 **open page : #amOnPage** <!-- check-tests: Add test docs below id=ca724bc8ea98e9b70a9930b9e4fd2c6135805443 -->
444
- * ✔️ `should open main page of configured site` <!-- check-tests: Add test docs below id=a99aa81e43a9610af0ce140ee64ceaa092c89669 -->
445
- * ✔️ `should open any page of configured site` <!-- check-tests: Add test docs below id=44028c69839f5b2e2badfe81fca7d36e0c3122e6 -->
446
- * ✔️ `should open absolute url` <!-- check-tests: Add test docs below id=1873540cce56659a86cf528f9f5cbcfa4804d575 -->
447
- * ✔️ `should be unauthenticated ` <!-- check-tests: Add test docs below id=d9e1635e6df84895970dcc9da18fc8507e8f1cd0 -->
448
- * 📎 **grabDataFromPerformanceTiming** <!-- check-tests: Add test docs below id=0f9bc900e9d8559fca37338ce700022527afc68b -->
449
- * ✔️ `should return data from performance timing` <!-- check-tests: Add test docs below id=a96d99a1d7c103f381c03f0389eaa14c06dc6187 -->
450
- * 📎 **#waitForFunction** <!-- check-tests: Add test docs below id=6a00810328e17b0ef84059ed9825872b8ee2fc9c -->
451
- * ✔️ `should wait for function returns true` <!-- check-tests: Add test docs below id=5bcb81ecc89ca8cf79b7d0713cb7e0b0c99e9dfc -->
452
- * ✔️ `should pass arguments and wait for function returns true` <!-- check-tests: Add test docs below id=8c537cddd340926e78eb9b0b2307d58afa6472cc -->
453
- * 📎 **#waitToHide** <!-- check-tests: Add test docs below id=09a69b426211fd8581b8526388b47d9f4862e8a4 -->
454
- * ✔️ `should wait for hidden element` <!-- check-tests: Add test docs below id=c84df121e422ff6423df6556b46346f10640589b -->
455
- * ✔️ `should wait for hidden element by XPath` <!-- check-tests: Add test docs below id=47ce9f3a0df7cd799197993d6a0f7528d0acb6ac -->
456
- * 📎 **#waitNumberOfVisibleElements** <!-- check-tests: Add test docs below id=75245a496a7a91d8a5ba599d9425e8e2d31e67f7 -->
457
- * ✔️ `should wait for a specified number of elements on the page` <!-- check-tests: Add test docs below id=7bd521f5ad6375ddad3cf111b89fccc3c68556e0 -->
458
- * ✔️ `should wait for a specified number of elements on the page using a css selector` <!-- check-tests: Add test docs below id=422771b7e3e86b8876c24145f4494288057d7f13 -->
459
- * ✔️ `should wait for a specified number of elements which are not yet attached to the DOM` <!-- check-tests: Add test docs below id=4ff71019eeba48cd54ad25df2868f54117867c8c -->
460
- * 📎 **#moveCursorTo** <!-- check-tests: Add test docs below id=b2186f22569e23061db3c55c649bf27e48f72159 -->
461
- * ✔️ `should trigger hover event` <!-- check-tests: Add test docs below id=4c9193f4c854d24b6228668ee5ea187f02e9a7ac -->
462
- * ✔️ `should not trigger hover event because of the offset is beyond the element` <!-- check-tests: Add test docs below id=5b371db3fdd34c22576561caed1fce20a327c0b3 -->
463
- * 📎 **#switchToNextTab, #switchToPreviousTab, #openNewTab, #closeCurrentTab, #closeOtherTabs, #grabNumberOfOpenTabs** <!-- check-tests: Add test docs below id=0d6e81a8dd1df152af6608de292c433095c4e6ab -->
464
- * ✔️ `should only have 1 tab open when the browser starts and navigates to the first page` <!-- check-tests: Add test docs below id=0e121c28d89730a5f75c2fd2ef88af70a0692720 -->
465
- * ✔️ `should switch to next tab` <!-- check-tests: Add test docs below id=3eda6b2c0c4b4a467775492b6265b74297b0ebda -->
466
- * ✔️ `should assert when there is no ability to switch to next tab` <!-- check-tests: Add test docs below id=b3f56d6729eaba3477c28899c1a782806b390de3 -->
467
- * ✔️ `should close current tab` <!-- check-tests: Add test docs below id=925ed0c3e62c0ee2f343c9bddeb7ccc5bf873ad9 -->
468
- * ✔️ `should close other tabs` <!-- check-tests: Add test docs below id=f93008c308c1fdaaef3944c9be231d3b09be4024 -->
469
- * ✔️ `should open new tab` <!-- check-tests: Add test docs below id=4d21396cf064e5250d3d264d868a9fb177070895 -->
470
- * ✔️ `should switch to previous tab` <!-- check-tests: Add test docs below id=cf9873ae940925f5edc4f2130bf2c3fa4b6d7577 -->
471
- * ✔️ `should assert when there is no ability to switch to previous tab` <!-- check-tests: Add test docs below id=ebf358cbfa401f82e5e05c792905c2bbbdcaa8e8 -->
472
- * 📎 **popup : #acceptPopup, #seeInPopup, #cancelPopup, #grabPopupText** <!-- check-tests: Add test docs below id=9c771bfd92b421902b3e7572771e04c919734780 -->
473
- * ✔️ `should accept popup window` <!-- check-tests: Add test docs below id=c468ccd81eb55e18ee8d13d9f775bf4550c5d2ce -->
474
- * ✔️ `should accept popup window (using default popup action type)` <!-- check-tests: Add test docs below id=cfa451855779e65741f1cb76769f10749ee311f2 -->
475
- * ✔️ `should cancel popup` <!-- check-tests: Add test docs below id=4d29b37077f5f40330587d8d89899f6709903fd6 -->
476
- * ✔️ `should check text in popup` <!-- check-tests: Add test docs below id=fceecebfb993c62046fed7f7014f372ea0427b7b -->
477
- * ✔️ `should grab text from popup` <!-- check-tests: Add test docs below id=338f7fe7db2d59df7397b1523a81cbaec14405e1 -->
478
- * ✔️ `should return null if no popup is visible (do not throw an error)` <!-- check-tests: Add test docs below id=2db566691d037e4f35007773fcebcf76ce2fff0a -->
479
- * 📎 **#seeNumberOfElements** <!-- check-tests: Add test docs below id=b9918a252767903f3578ac264142777b97e0edb3 -->
480
- * ✔️ `should return 1 as count` <!-- check-tests: Add test docs below id=350f3679dacb0cc85b0fbed026a44b90b8093691 -->
481
- * 📎 **#switchTo** <!-- check-tests: Add test docs below id=a489fd98dc08b6ebcadb02313a61f0bd1f231dbb -->
482
- * ✔️ `should switch reference to iframe content` <!-- check-tests: Add test docs below id=2159fcf0d04fa69aecc27c2a223a409bba8d37cc -->
483
- * ✔️ `should return error if iframe selector is invalid` <!-- check-tests: Add test docs below id=e15c4075f960b1c0313802c9613870a75bc5b1ea -->
484
- * ✔️ `should return error if iframe selector is not iframe` <!-- check-tests: Add test docs below id=822857c975042a7b96dfff69046b789b9d9d6cd9 -->
485
- * ✔️ `should return to parent frame given a null locator` <!-- check-tests: Add test docs below id=2032f5d685bc5f95eef598411664ee28f15f2824 -->
486
- * 📎 **#seeInSource, #grabSource** <!-- check-tests: Add test docs below id=bab08584c946f17351633f6ddad0ba72736c54f9 -->
487
- * ✔️ `should check for text to be in HTML source` <!-- check-tests: Add test docs below id=594b894d8be77a534b4d3bc5e751c1981c312514 -->
488
- * ✔️ `should grab the source` <!-- check-tests: Add test docs below id=c12b7a3ce7228378c0311f7e28da3ee0d493eb73 -->
489
- * 📎 **#seeTitleEquals** <!-- check-tests: Add test docs below id=3620a31ed28444db798e028cac71aebce35a909f -->
490
- * ✔️ `should check that title is equal to provided one` <!-- check-tests: Add test docs below id=442e0133e3aabbf1163c80480c48a58685155a1e -->
491
- * 📎 **#seeTextEquals** <!-- check-tests: Add test docs below id=3383b114bba7e07e190be0702c7396e8da4d0489 -->
492
- * ✔️ `should check text is equal to provided one` <!-- check-tests: Add test docs below id=4222fb97c9616824e6d4d39fee9f69a307baa8d6 -->
493
- * 📎 **#_locateClickable** <!-- check-tests: Add test docs below id=e703de92e77a3a6acc129dc61efd4820efe18053 -->
494
- * ✔️ `should locate a button to click` <!-- check-tests: Add test docs below id=768c9f73c1435bec62874c4a1f03c68eda216eb6 -->
495
- * ✔️ `should not locate a non-existing checkbox using _locateClickable` <!-- check-tests: Add test docs below id=b532870535e904463610bba05dfeab628171975b -->
496
- * 📎 **#_locateCheckable** <!-- check-tests: Add test docs below id=adad3d353f75f454a2433cc7f8f51cd3068e4469 -->
497
- * ✔️ `should locate a checkbox` <!-- check-tests: Add test docs below id=e270826a0bba3a3ea400ce31bf135a4403072c30 -->
498
- * 📎 **#_locateFields** <!-- check-tests: Add test docs below id=d229ddc40690b5e31e8420e5b73e8e694d5992b5 -->
499
- * ✔️ `should locate a field` <!-- check-tests: Add test docs below id=ae559afaaa54a393ec6f3f329bcd779e89392efc -->
500
- * ✔️ `should not locate a non-existing field` <!-- check-tests: Add test docs below id=b4c3094e4f93a4ae4046530c6796f29ca369b4de -->
501
- * 📎 **check fields: #seeInField, #seeCheckboxIsChecked, ...** <!-- check-tests: Add test docs below id=8ea216f714b4be7b389a9d3079515b7ce26652ea -->
502
- * ✔️ `should throw error if field is not empty` <!-- check-tests: Add test docs below id=277eb2b0184f9596976133aa6b97921974a81ae6 -->
503
- * ✔️ `should check values in checkboxes` <!-- check-tests: Add test docs below id=45869aec1e888ffcf980556ff513270a8904fe75 -->
504
- * ✔️ `should check values with boolean` <!-- check-tests: Add test docs below id=6d80e3bf0943d44e99c6392977a88640d12285ba -->
505
- * ✔️ `should check values in radio` <!-- check-tests: Add test docs below id=8e2c19a63a981304a5222d5836d4934680ef166b -->
506
- * ✔️ `should check values in select` <!-- check-tests: Add test docs below id=19b932f39f92628503f106a7c95dfcc44a492986 -->
507
- * ✔️ `should check for empty select field` <!-- check-tests: Add test docs below id=6f273c085dd98f55a9022646d201b7421fac0c53 -->
508
- * ✔️ `should check for select multiple field` <!-- check-tests: Add test docs below id=026abd753b427ea88b8839a22731e7f72ccb8438 -->
509
- * 📎 **#pressKey, #pressKeyDown, #pressKeyUp** <!-- check-tests: Add test docs below id=2d78b4d6e700bd7097815061ab377f2f5b4ad1a9 -->
510
- * ✔️ `should be able to send special keys to element` <!-- check-tests: Add test docs below id=9806e9a9424678cd287a1f54cedb6b831cbb6df5 -->
511
- * ✔️ `should use modifier key based on operating system` <!-- check-tests: Add test docs below id=d293a73cffd0bb955c67e1fcf3cd4a014b031736 -->
512
- * ✔️ `should show correct numpad or punctuation key when Shift modifier is active` <!-- check-tests: Add test docs below id=5c901e38ae297a7c29842a9953061fc9ac19d953 -->
513
- * ✔️ `should show correct number key when Shift modifier is active` <!-- check-tests: Add test docs below id=1f9d4bfc7c7f8f4e7df06a78057df52e58ab3a08 -->
514
- * 📎 **#waitForEnabled** <!-- check-tests: Add test docs below id=62beb1fcbbea430dc443d38e0a9752b2dd76a07a -->
515
- * ✔️ `should wait for input text field to be enabled` <!-- check-tests: Add test docs below id=ba06da21cb1b5c2bbd7cdbba701d9703a0cdf5ce -->
516
- * ✔️ `should wait for input text field to be enabled by xpath` <!-- check-tests: Add test docs below id=95636202dac2a3559212f32296b63ce8f7fba291 -->
517
- * ✔️ `should wait for a button to be enabled` <!-- check-tests: Add test docs below id=f1274d67d8898b2242fb4dd8a0a26652b178b1ec -->
518
- * 📎 **#waitForText** <!-- check-tests: Add test docs below id=649c1d1c19f0599d231d8252d9204609eaed209b -->
519
- * ✔️ `should wait for text after load body` <!-- check-tests: Add test docs below id=c03f7864eb4b8a8c2954dadf35d9baed82d539f0 -->
520
- * 📎 **#waitForValue** <!-- check-tests: Add test docs below id=d40e58d63ab2dc218c6c77fb8983329c1e1fcd7b -->
521
- * ✔️ `should wait for expected value for given locator` <!-- check-tests: Add test docs below id=fb93f5977808d5765c1e38d8f2913f2120544df8 -->
522
- * ✔️ `should wait for expected value for given css locator` <!-- check-tests: Add test docs below id=2e4469d85fee51cc8ccd9599c4140c2c34bbda46 -->
523
- * ✔️ `should wait for expected value for given xpath locator` <!-- check-tests: Add test docs below id=012cbb381f18b4acf43b86087bbdab35dead5033 -->
524
- * ✔️ `should only wait for one of the matching elements to contain the value given xpath locator` <!-- check-tests: Add test docs below id=1011454ba4a6e1d452025c55af05f18c7a904ec3 -->
525
- * ✔️ `should only wait for one of the matching elements to contain the value given css locator` <!-- check-tests: Add test docs below id=fe568780ce8c4c03ce6bf76b8bb5db5d0994545c -->
526
- * 📎 **#grabHTMLFrom** <!-- check-tests: Add test docs below id=2bb3a3889b6292fba9b24dce89451eba26021acb -->
527
- * ✔️ `should grab inner html from an element using xpath query` <!-- check-tests: Add test docs below id=aa45ecfdd31126da19072e80994cd2bb0f839407 -->
528
- * ✔️ `should grab inner html from an element using id query` <!-- check-tests: Add test docs below id=56a756b61cd8fcf3f8ef1c380027d1cead656b02 -->
529
- * ✔️ `should grab inner html from multiple elements` <!-- check-tests: Add test docs below id=f003fe32a1a05882cd4227f25b966f6aed139a4b -->
530
- * ✔️ `should grab inner html from within an iframe` <!-- check-tests: Add test docs below id=184c51e92dc41e8bef4a5d10ab2a66b3bd2fc571 -->
531
- * 📎 **#grabBrowserLogs** <!-- check-tests: Add test docs below id=ad12ccd3268c13c7315a63a2db9bcba081f0b461 -->
532
- * ✔️ `should grab browser logs` <!-- check-tests: Add test docs below id=6364dc6cffd08bf8423c7d5be37f199a8569d36c -->
533
- * ✔️ `should grab browser logs across pages` <!-- check-tests: Add test docs below id=db37325d1732a2692d72ef03f89f3d7ab4995b56 -->
534
- * 📎 **#dragAndDrop** <!-- check-tests: Add test docs below id=07bebbd2d86e5f923cae7cd9775fbf614e977852 -->
535
- * ✔️ `Drag item from source to target (no iframe) @dragNdrop` <!-- check-tests: Add test docs below id=5e575d4dc84da46d460c7e0189cfe82f39386519 -->
536
- * ✔️ `Drag and drop from within an iframe` <!-- check-tests: Add test docs below id=97a132d97aa59ef9e7f45177ce738800dba6e8bd -->
537
- * 📎 **#switchTo frame** <!-- check-tests: Add test docs below id=c4fd6e74171854870d0afdf308cf4db2e73982ad -->
538
- * ✔️ `should switch to frame using name` <!-- check-tests: Add test docs below id=07b94e766a2435fb91bdc7e0a7ee61f441684632 -->
539
- * ✔️ `should switch to root frame` <!-- check-tests: Add test docs below id=a20f9f23618d2da83f80817a458a227e3c40e739 -->
540
- * ✔️ `should switch to frame using frame number` <!-- check-tests: Add test docs below id=4d513520c8dc0cefbe879d5e544a08bb681d6d29 -->
541
- * 📎 **#dragSlider** <!-- check-tests: Add test docs below id=f42d09a755b177968339cefcea992d13c8c03590 -->
542
- * ✔️ `should drag scrubber to given position` <!-- check-tests: Add test docs below id=3896861e83b04385cb8f56659add7e28ef0e02ac -->
543
- * 📎 **#uncheckOption** <!-- check-tests: Add test docs below id=57fc430afbaf5c5394c7ff2e481abcb965486766 -->
544
- * ✔️ `should uncheck option that is currently checked` <!-- check-tests: Add test docs below id=0ccc1a24486db7016b35480a377f7f45dbdf3a6e -->
545
- * ✔️ `should NOT uncheck option that is NOT currently checked` <!-- check-tests: Add test docs below id=dcc823542b03fcd2dee2f9cc18acc909491cb6c6 -->
546
- * 📎 **#grabElementBoundingRect** <!-- check-tests: Add test docs below id=2c35f765f44d3d316699a337ed80ed0bfd281fe4 -->
547
- * ✔️ `should get the element bounding rectangle` <!-- check-tests: Add test docs below id=5749072d0b847f6560e611359bc550341d3426de -->
548
- * ✔️ `should get the element width` <!-- check-tests: Add test docs below id=38a8fa5ee716121f8c0b0166ea8e81072e19dc61 -->
549
- * ✔️ `should get the element height` <!-- check-tests: Add test docs below id=66348839898c41e0444502dba35159cbc981a90e -->
550
- * 📎 **#handleDownloads** <!-- check-tests: Add test docs below id=b528b190348c4ca8974e529f2a2004cc90d63cb8 -->
551
- * ✔️ `should dowload file` <!-- check-tests: Add test docs below id=b08e1e22ea4b892483b80315b1d7bfcefde7c9ae -->
552
- * 📎 **#waitForClickable** <!-- check-tests: Add test docs below id=cdf666c8d41223f1083219624645e67a17207648 -->
553
- * ✔️ `should wait for clickable` <!-- check-tests: Add test docs below id=a1adfd0c2ac2fdac08af558a76a028b00658041a -->
554
- * ✔️ `should wait for clickable by XPath` <!-- check-tests: Add test docs below id=10882e7f2e5dcc887bf0bc55cb6b4ce1546ce817 -->
555
- * ✔️ `should fail for disabled element` <!-- check-tests: Add test docs below id=d304bbde86ae9f922315b115f47ca3c8aeb7d156 -->
556
- * ✔️ `should fail for disabled element by XPath` <!-- check-tests: Add test docs below id=9c11cae25d4d5ca5ecef6df4619c7a77efe05e20 -->
557
- * ✔️ `should fail for element not in viewport by top` <!-- check-tests: Add test docs below id=b5e61eb88f3921068e747d5ae89e31489de6e32d -->
558
- * ✔️ `should fail for element not in viewport by bottom` <!-- check-tests: Add test docs below id=c0cf803e31d8c544444cc37fb6a9144b90f7b086 -->
559
- * ✔️ `should fail for element not in viewport by left` <!-- check-tests: Add test docs below id=7670b03cde6aa60311ab57f5d05419cc52cf7c7c -->
560
- * ✔️ `should fail for element not in viewport by right` <!-- check-tests: Add test docs below id=efdad4def109728a863c7f519badacfd0155d4da -->
561
- * ✔️ `should fail for overlapping element` <!-- check-tests: Add test docs below id=76048a3bb0af0e41e9d517275745f19dc5865810 -->
562
- * ✔️ `should pass if element change class` <!-- check-tests: Add test docs below id=c92aaad9e0fc6ad677698228843ba19de9cf7b7e -->
563
- * ✔️ `should fail if element change class and not clickable` <!-- check-tests: Add test docs below id=0e3b88a285f965addd78c85dd95473a204e6dc84 -->
564
- * 📎 **Puppeteer (remote browser)** <!-- check-tests: Add test docs below id=3b7cbe14b558341b5f342e0d0fde473169f5ad6c -->
565
- * 📎 **#_startBrowser** <!-- check-tests: Add test docs below id=63cf2d41f1cd60eac9c89715b845cb2f7bcc0a34 -->
566
- * ✔️ `should throw an exception when endpoint is unreachable` <!-- check-tests: Add test docs below id=639bec6dc5865831166dd77947c59934b78e8dd9 -->
567
- * ✔️ `should clear any prior existing pages on remote browser` <!-- check-tests: Add test docs below id=6d9c175f8b87835e16ec37be5a6e06da511c1fce -->
568
-
569
- 📝 [test/helper/TestCafe_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/helper/TestCafe_test.js) <!-- check-tests: Add test docs below id=754a25e93cad08bb0fbd55e50cbca0c078b76624 -->
570
- * 📎 **TestCafe** <!-- check-tests: Add test docs below id=b4d2b384929cc113aa560cd08e114504921e4bcc -->
571
- * 📎 **open page : #amOnPage** <!-- check-tests: Add test docs below id=ca724bc8ea98e9b70a9930b9e4fd2c6135805443 -->
572
- * ✔️ `should open main page of configured site` <!-- check-tests: Add test docs below id=17ed6258989969b658feb7aaca33525f60d4de1e -->
573
- * ✔️ `should open any page of configured site` <!-- check-tests: Add test docs below id=f910dde2eef4fd51ce8ca64e21e3fb7716c7983e -->
574
- * ✔️ `should open absolute url` <!-- check-tests: Add test docs below id=d6bfbdbf5c70e469224828c06a0844fea3663a6d -->
575
- * 📎 **#waitForFunction** <!-- check-tests: Add test docs below id=6a00810328e17b0ef84059ed9825872b8ee2fc9c -->
576
- * ✔️ `should wait for function returns true` <!-- check-tests: Add test docs below id=1ac9934700895111cda027c88ca45bf84fc22f24 -->
577
- * ✔️ `should pass arguments and wait for function returns true` <!-- check-tests: Add test docs below id=9d6e07153b5fe917f5e9f02102fa913567bdcfc6 -->
578
-
579
- 📝 [test/helper/WebDriver_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/helper/WebDriver_test.js) <!-- check-tests: Add test docs below id=6489fd7e8eab8a877da73284fa429110a08d6bc4 -->
580
- * 📎 **WebDriver** <!-- check-tests: Add test docs below id=18fae0f0ae86a94950b70eb6b562cae8d2f46b2f -->
581
- * 📎 **open page : #amOnPage** <!-- check-tests: Add test docs below id=ca724bc8ea98e9b70a9930b9e4fd2c6135805443 -->
582
- * ✔️ `should open main page of configured site` <!-- check-tests: Add test docs below id=f743ee94c52f5774f289c8b5ff81f43f7a1ca4bc -->
583
- * ✔️ `should open any page of configured site` <!-- check-tests: Add test docs below id=e867734797232743ce7597ae604f3461a2fccf17 -->
584
- * ✔️ `should open absolute url` <!-- check-tests: Add test docs below id=60714ffe62e421be711ad7aff93c57e7257dd73c -->
585
- * 📎 **see text : #see** <!-- check-tests: Add test docs below id=c2c62061a1c9e9a11a8fb805628586ec6c729aee -->
586
- * ✔️ `should fail when text is not on site` <!-- check-tests: Add test docs below id=3d946f427aaf49eff860629c93bcfc740570a456 -->
587
- * 📎 **check fields: #seeInField, #seeCheckboxIsChecked, ...** <!-- check-tests: Add test docs below id=8ea216f714b4be7b389a9d3079515b7ce26652ea -->
588
- * ✔️ `should throw error if field is not empty` <!-- check-tests: Add test docs below id=d18a457cbbfdb9aa45dd75f1f5eef14ab1700e55 -->
589
- * ✔️ `should check values in checkboxes` <!-- check-tests: Add test docs below id=7d877386afd54a8141bb185d910fbe1d5f9f8c5a -->
590
- * ✔️ `should check values with boolean` <!-- check-tests: Add test docs below id=c16edfb894a56916108de6331b318339df15d10d -->
591
- * ✔️ `should check values in radio` <!-- check-tests: Add test docs below id=18ed67fb82af54a732af8e468f92e3de96150d74 -->
592
- * ✔️ `should check values in select` <!-- check-tests: Add test docs below id=ecc78c3aa2312b64a96e17c73fca757d28687ebc -->
593
- * ✔️ `should check for empty select field` <!-- check-tests: Add test docs below id=6b79eeda156e32c2a65b472d3f2837d5e2efb97a -->
594
- * ✔️ `should check for select multiple field` <!-- check-tests: Add test docs below id=24723cc0095e3ae77255f1605e537170cfffa713 -->
595
- * ✔️ `should return error when element has no value attribute` <!-- check-tests: Add test docs below id=8fe428f23c4acd732f895f5bccd2883e09d52ee4 -->
596
- * 📎 **Force Right Click: #forceRightClick** <!-- check-tests: Add test docs below id=b9dd3dc1e6124f22b8325fdcb01aa38722631995 -->
597
- * ✔️ `it should forceRightClick` <!-- check-tests: Add test docs below id=11e6e4f81d02fea667e94a5f03fe58bb090f86de -->
598
- * ✔️ `it should forceRightClick by locator` <!-- check-tests: Add test docs below id=abf93af74948417732c5cb69176e7be25aec12bf -->
599
- * ✔️ `it should forceRightClick by locator and context` <!-- check-tests: Add test docs below id=0ae6731974bc73e3e8e130757b3282f50edbcda9 -->
600
- * 📎 **#pressKey, #pressKeyDown, #pressKeyUp** <!-- check-tests: Add test docs below id=2d78b4d6e700bd7097815061ab377f2f5b4ad1a9 -->
601
- * ✔️ `should be able to send special keys to element` <!-- check-tests: Add test docs below id=2efd535a2fa782ca9a81e2729cf71d5273603992 -->
602
- * ✔️ `should use modifier key based on operating system` <!-- check-tests: Add test docs below id=58eed91cf0ff02c2a535ecf3d0e216afca583cf8 -->
603
- * ✔️ `should show correct numpad or punctuation key when Shift modifier is active` <!-- check-tests: Add test docs below id=f2664a524dc751c989bd3af134267adcd21501c5 -->
604
- * ✔️ `should show correct number key when Shift modifier is active` <!-- check-tests: Add test docs below id=42c22953a911acec558b67226b90ddb9f59e0f3e -->
605
- * 📎 **#seeInSource, #grabSource** <!-- check-tests: Add test docs below id=bab08584c946f17351633f6ddad0ba72736c54f9 -->
606
- * ✔️ `should check for text to be in HTML source` <!-- check-tests: Add test docs below id=6a8ec609d8cc207f9dc388c8f7c41d4b3227e963 -->
607
- * ✔️ `should grab the source` <!-- check-tests: Add test docs below id=99d68fea1d594bcf115456f5e29c745a18d15a5d -->
608
- * ✔️ `should grab the innerHTML for an element` <!-- check-tests: Add test docs below id=c5ebd9ac11704bcf4a60b52201fca4128139596d -->
609
- * 📎 **#seeTitleEquals** <!-- check-tests: Add test docs below id=3620a31ed28444db798e028cac71aebce35a909f -->
610
- * ✔️ `should check that title is equal to provided one` <!-- check-tests: Add test docs below id=a9d2cb48c87f7c7146f00cbd4720d1d7a002c6ad -->
611
- * 📎 **#seeTextEquals** <!-- check-tests: Add test docs below id=3383b114bba7e07e190be0702c7396e8da4d0489 -->
612
- * ✔️ `should check text is equal to provided one` <!-- check-tests: Add test docs below id=acdcf0f6e4b28fba766146cf9c031dd6068779fa -->
613
- * ✔️ `should check text is not equal to empty string of element text` <!-- check-tests: Add test docs below id=3dab15563754dad3a393109796db63f2e592aedc -->
614
- * 📎 **#waitForFunction** <!-- check-tests: Add test docs below id=6a00810328e17b0ef84059ed9825872b8ee2fc9c -->
615
- * ✔️ `should wait for function returns true` <!-- check-tests: Add test docs below id=ad8eb523b7c3d0adb4d7c65256c77b056db14e34 -->
616
- * ✔️ `should pass arguments and wait for function returns true` <!-- check-tests: Add test docs below id=eef5af25027ea288f0c21c6a02036dd81e0b1cda -->
617
- * 📎 **#waitForEnabled** <!-- check-tests: Add test docs below id=62beb1fcbbea430dc443d38e0a9752b2dd76a07a -->
618
- * ✔️ `should wait for input text field to be enabled` <!-- check-tests: Add test docs below id=9b9d877a6d15fa844f28686317f25261bfafaade -->
619
- * ✔️ `should wait for input text field to be enabled by xpath` <!-- check-tests: Add test docs below id=d6cf30a972b4fc20cc7eb702066b9d04ea49462d -->
620
- * ✔️ `should wait for a button to be enabled` <!-- check-tests: Add test docs below id=11c1a767396a1d53f55873ea69751aae23d5a5c2 -->
621
- * 📎 **#waitForValue** <!-- check-tests: Add test docs below id=d40e58d63ab2dc218c6c77fb8983329c1e1fcd7b -->
622
- * ✔️ `should wait for expected value for given locator` <!-- check-tests: Add test docs below id=f02fff1f0ae57343fc6cb4f3642bdd73f6dde5ea -->
623
- * ✔️ `should wait for expected value for given css locator` <!-- check-tests: Add test docs below id=aa46ee4142d8bf1fac752cb922b816f06569f00a -->
624
- * ✔️ `should wait for expected value for given xpath locator` <!-- check-tests: Add test docs below id=61d2f6a00d72c987eae2c95c039ca46c8cbc58bc -->
625
- * ✔️ `should only wait for one of the matching elements to contain the value given xpath locator` <!-- check-tests: Add test docs below id=0885942423d53601469c79435e88a9f163a26080 -->
626
- * ✔️ `should only wait for one of the matching elements to contain the value given css locator` <!-- check-tests: Add test docs below id=0cad117dd5f11e78e399f515b146f0f70080ea86 -->
627
- * 📎 **#waitNumberOfVisibleElements** <!-- check-tests: Add test docs below id=75245a496a7a91d8a5ba599d9425e8e2d31e67f7 -->
628
- * ✔️ `should wait for a specified number of elements on the page` <!-- check-tests: Add test docs below id=7ed86eebddaa2ee19054988ef58b6f72dd6e7403 -->
629
- * ✔️ `should be no [object Object] in the error message` <!-- check-tests: Add test docs below id=4fbf8a7f55c872690a469529682adcb6197f949c -->
630
- * ✔️ `should wait for a specified number of elements on the page using a css selector` <!-- check-tests: Add test docs below id=19b49cef80beabfad29d40b164ba477959bfaeac -->
631
- * ✔️ `should wait for a specified number of elements which are not yet attached to the DOM` <!-- check-tests: Add test docs below id=c10c8347d10be3cfc4f9d5ceb1cd03a8e7259070 -->
632
- * 📎 **#waitForVisible** <!-- check-tests: Add test docs below id=083b8f535d5ef0b80eba5bdc984f531db52c4845 -->
633
- * ✔️ `should be no [object Object] in the error message` <!-- check-tests: Add test docs below id=4fbf8a7f55c872690a469529682adcb6197f949c -->
634
- * 📎 **#waitForInvisible** <!-- check-tests: Add test docs below id=af706145d58ed5de5fa086b30e4ed8745ff8f1cc -->
635
- * ✔️ `should be no [object Object] in the error message` <!-- check-tests: Add test docs below id=4fbf8a7f55c872690a469529682adcb6197f949c -->
636
- * ✔️ `should wait for a specified element to be invisible` <!-- check-tests: Add test docs below id=12cc0ea902517dce67f049db17eb835378f68629 -->
637
- * 📎 **#moveCursorTo** <!-- check-tests: Add test docs below id=b2186f22569e23061db3c55c649bf27e48f72159 -->
638
- * ✔️ `should trigger hover event` <!-- check-tests: Add test docs below id=bf55a1c736924d81be4d91f19594108014ea1ca0 -->
639
- * ✔️ `should not trigger hover event because of the offset is beyond the element` <!-- check-tests: Add test docs below id=e35a427b106d321e2752533b89401cfaf955b609 -->
640
- * 📎 **#switchToNextTab, #switchToPreviousTab, #openNewTab, #closeCurrentTab, #closeOtherTabs, #grabNumberOfOpenTabs** <!-- check-tests: Add test docs below id=0d6e81a8dd1df152af6608de292c433095c4e6ab -->
641
- * ✔️ `should only have 1 tab open when the browser starts and navigates to the first page` <!-- check-tests: Add test docs below id=b9ba1ebf6d43c393586c28f4fff701cc694175bf -->
642
- * ✔️ `should switch to next tab` <!-- check-tests: Add test docs below id=5e0437372a6b466680d9f16bbdceae4da44c7a9d -->
643
- * ✔️ `should assert when there is no ability to switch to next tab` <!-- check-tests: Add test docs below id=008e7107918785cf70cca500a5543808b86210a7 -->
644
- * ✔️ `should close current tab` <!-- check-tests: Add test docs below id=85b3c5dce3c879e8b49294ba40c1c024d5bbbc44 -->
645
- * ✔️ `should close other tabs` <!-- check-tests: Add test docs below id=575f9f510155d297b20480f20d5ad381eae6ee87 -->
646
- * ✔️ `should open new tab` <!-- check-tests: Add test docs below id=d371baa9b478c0348094dcb1e82baabcebbc5f90 -->
647
- * ✔️ `should switch to previous tab` <!-- check-tests: Add test docs below id=3947285eb67e6631abeca07b610f71f4a7448257 -->
648
- * ✔️ `should assert when there is no ability to switch to previous tab` <!-- check-tests: Add test docs below id=1034b4ac197db59f594598aeed626568820f6cb0 -->
649
- * 📎 **popup : #acceptPopup, #seeInPopup, #cancelPopup** <!-- check-tests: Add test docs below id=f32401b38b092d4b9ba326fa02569b88bac85f6f -->
650
- * ✔️ `should accept popup window` <!-- check-tests: Add test docs below id=ac0ac91f7dd5ed5ea9aa6d56fab1736e586e7979 -->
651
- * ✔️ `should cancel popup` <!-- check-tests: Add test docs below id=5929e1d60401abc304990562cb3a5c106f94b3a1 -->
652
- * ✔️ `should check text in popup` <!-- check-tests: Add test docs below id=43a1f34a9073efb7f2a9ffe79f6a76ca77c5d3e6 -->
653
- * ✔️ `should grab text from popup` <!-- check-tests: Add test docs below id=b90a2f9385ab6c6b58eacb259e63ffb91c9aba94 -->
654
- * ✔️ `should return null if no popup is visible (do not throw an error)` <!-- check-tests: Add test docs below id=4cc76b3a7cddc5d453980cbdc6ce35fed5d134c8 -->
655
- * 📎 **#waitForText** <!-- check-tests: Add test docs below id=649c1d1c19f0599d231d8252d9204609eaed209b -->
656
- * ✔️ `should return error if not present` <!-- check-tests: Add test docs below id=2f1ab580c779f425403f25215c60cf415bb4533f -->
657
- * ✔️ `should return error if waiting is too small` <!-- check-tests: Add test docs below id=409fef46e717d2bed48900817f6583acfc49d783 -->
658
- * 📎 **#seeNumberOfElements** <!-- check-tests: Add test docs below id=b9918a252767903f3578ac264142777b97e0edb3 -->
659
- * ✔️ `should return 1 as count` <!-- check-tests: Add test docs below id=24e77d7030eeacebdb7892da51874aac73102cf7 -->
660
- * 📎 **#switchTo** <!-- check-tests: Add test docs below id=a489fd98dc08b6ebcadb02313a61f0bd1f231dbb -->
661
- * ✔️ `should switch reference to iframe content` <!-- check-tests: Add test docs below id=76956eac006a1ade0089dfa57dea31041fc402fb -->
662
- * ✔️ `should return error if iframe selector is invalid` <!-- check-tests: Add test docs below id=f8cde8b9c6e0bb833923404258f6feef3a859aac -->
663
- * ✔️ `should return error if iframe selector is not iframe` <!-- check-tests: Add test docs below id=0097ae6bd8872ef200a95eca9efc9acc86989bcc -->
664
- * ✔️ `should return to parent frame given a null locator` <!-- check-tests: Add test docs below id=f4894a65f8bb8cfdb3e70ef62f8ecd94854fa8c7 -->
665
- * 📎 **click context** <!-- check-tests: Add test docs below id=e01463f82650265a06a51b33cd33a047db839a8c -->
666
- * ✔️ `should click on inner text` <!-- check-tests: Add test docs below id=0aa9477cde81a879452d1bb6e3e3be1e9f369a3e -->
667
- * ✔️ `should click on input in inner element` <!-- check-tests: Add test docs below id=7e6b918321f8d351e983d219b24fa78fa1381f5d -->
668
- * ✔️ `should click by accessibility_id` <!-- check-tests: Add test docs below id=9d6370c9f1776983b6771f44f3739ee24bb0ec1c -->
669
- * 📎 **window size #resizeWindow** <!-- check-tests: Add test docs below id=48ccadf08ab1b237e4fef6b2a314da80df489805 -->
670
- * ✔️ `should set initial window size` <!-- check-tests: Add test docs below id=0c55f0addec248da545a42ec952cdfaa923757b7 -->
671
- * ✔️ `should set window size on new session` <!-- check-tests: Add test docs below id=31936a588baf9b9c9e7329e5f1eec0ad586d98a2 -->
672
- * ✔️ `should resize window to specific dimensions` <!-- check-tests: Add test docs below id=36797fe111216afde9aace722abf7716b50787fd -->
673
- [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/59ded499e787cdd32e7c4f7ad965c98a20b501ec/test/helper/WebDriver_test.js#L786) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/59ded499e787cdd32e7c4f7ad965c98a20b501ec/test/helper/WebDriver_test.js#L786) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/f9c655b79852df30e188176a457c240fa6cb4c75/test/helper/WebDriver_test.js#L786) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/b6f01ba546c821ea05a8ea8e2185155f7f0ebfcf/test/helper/WebDriver_test.js#L786) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/f114b323d09f8f68b55595ad89d5eecaba309411/test/helper/WebDriver_test.js#L786) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/4a6ef74e7e8e367de29d261475d939e66b9b8536/test/helper/WebDriver_test.js#L786) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/dfa8c88f30a3dfa714f43f4932f8b38643d0b43d/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/85df33744833444ca2dd19b30947726b2906d68a/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/b201e460f351f415b8f268cbaa2a56e6f2df95e7/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/987cf85da8de8464f54b463c3c979e4af19a697d/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/bc736c915f4d071cd0eaba6696f048d10e515ce6/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/96278920e6312f2d6c1ed5569d40fa9039a1d796/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/b7bc6cdd8b6550284e50ecc0886dd1dfb9972a6b/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/8c3e79fccf01ab2d3da8b2d6ce902d96d8a83265/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/0e5247789852ec4806dc4365d6ce4a96e84494bc/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/8bc6cf9cdb5cdb26eb8b2d97a333c7f1d5a6fa48/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/7e354b75015bd2bdcdcbe41a97e0c74fdbfc45e3/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/fa84f3f91b2d625a2064adac067ac5401714a2e2/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/974f45cbc54367d92f6a87426d115a2fa854fbb6/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/b7ed4181246cf7f0d03e81cd76c0cdb1bb401204/test/helper/WebDriver_test.js#L809) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/18ff28932c3bc2ef5513a6074c5541a383315b22/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/7df680264b6b0d079651d7cabb818926e53d494b/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/ba86940746ef8c5d37506ff405c2f6f6ee488241/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/52282851b4f4582a1aa7091ebb1a8628ffafcee2/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/41edf4dfb10586d405eee363daf04814342c955c/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/e4dd9a2f1bbf92249ca54b6982a37f1cd45a0be8/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/41936638272091400d4d239769300bd730e5b108/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/63ed1f1d9b1e3a80dffe6fc5f2da50b44e291d6c/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/4a31d20ae19522cc250120f5e4ee4bdf7e0dc455/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/10c7443ae71f32d5ff8c5426f55e4ea2efc194b8/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/a1c9a18ab78d28b3284eba01ed64e00714fcd7b0/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/a7f9f41fc65a2e316730feadd2ed797caefe0b53/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/9c839bd9ab311fa4d92fb01fda29322bbd0982d1/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/37e5ae857521c3f92553d3bde3206e8640c01aba/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/29b942fba620ed48423fc5d4d799c8d49b28273a/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/d1686fb303ee46bb5c1e5f52373167062225a5a9/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/b2affe824f31fc565d0f92d8cdc1471e660611f4/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/416cd2cd3b4c6ec439a4e085a1ccc20a6eb10326/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/9808e71c4ac7c6798f1f2dd54dd6be3d7e7c4a91/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/598394b1b7498738fbcb495617b756ab48ea6af5/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/ef5c8da6b66bff845a4a37a1ab0c69f3c46ffb65/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/5164f0090748d2eca00c152d82a55338ac1e21ec/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/85fe5397629172c36cd70e35bd4c14bb6746a832/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/265dcb3a44f2fea26351992728a4f31bc3249290/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/22f28d62df741a9dbf0e9b2e35d27d0dcbc98024/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/4825f53e0cc308c57bf6e55d9aed7da58bc99161/test/helper/WebDriver_test.js#L794) ⚠ [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/12d55f9271591c85f95fa6d017f30b5f9922aa33/test/helper/WebDriver_test.js#L794) ⚠
674
-
675
- * [~~should resize window to maximum screen dimensions~~](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/helper/WebDriver_test.js#L794) ⚠️ *skipped*
676
- * 📎 **SmartWait** <!-- check-tests: Add test docs below id=42cb0ca7c09c6fdafccf89801e29d199757717f4 -->
677
- * ✔️ `should wait for element to appear` <!-- check-tests: Add test docs below id=daa57da692f785ef35e56505bef9f9e58e8bd6f4 -->
678
- * ✔️ `should wait for clickable element appear` <!-- check-tests: Add test docs below id=fec4a68f447119b2ba7aa1dcbd842d6b5045e32c -->
679
- * ✔️ `should wait for clickable context to appear` <!-- check-tests: Add test docs below id=5e5166a85516c78493b8d03f2c151d0e4ccc87ee -->
680
- * ✔️ `should wait for text context to appear` <!-- check-tests: Add test docs below id=9312205d52dea5c95ffe4cfc1a2af67c8a7de612 -->
681
- * ✔️ `should work with grabbers` <!-- check-tests: Add test docs below id=abc0730e0d8a0fa8ac107069a5f6c849863122ee -->
682
- * 📎 **#_locateClickable** <!-- check-tests: Add test docs below id=e703de92e77a3a6acc129dc61efd4820efe18053 -->
683
- * ✔️ `should locate a button to click` <!-- check-tests: Add test docs below id=1d130cbad3e2b8196760132bcaae0d3329d2c9a6 -->
684
- * ✔️ `should not locate a non-existing checkbox` <!-- check-tests: Add test docs below id=b8d460a417606ecc41c5834ce2efc0bcf0a2bfc3 -->
685
- * 📎 **#_locateCheckable** <!-- check-tests: Add test docs below id=adad3d353f75f454a2433cc7f8f51cd3068e4469 -->
686
- * ✔️ `should locate a checkbox` <!-- check-tests: Add test docs below id=a1fc60d25b7d15ddf9a9a3c8a08d2451e7769a1e -->
687
- * ✔️ `should not locate a non-existing checkbox` <!-- check-tests: Add test docs below id=b8d460a417606ecc41c5834ce2efc0bcf0a2bfc3 -->
688
- * 📎 **#_locateFields** <!-- check-tests: Add test docs below id=d229ddc40690b5e31e8420e5b73e8e694d5992b5 -->
689
- * ✔️ `should locate a field` <!-- check-tests: Add test docs below id=181300566851b9bac7258fcacb540f6ded30eae2 -->
690
- * ✔️ `should not locate a non-existing field` <!-- check-tests: Add test docs below id=7f7936db08cbcc40c377c95d7a6ac4d9a0f8c763 -->
691
- * ✔️ `should grab browser logs` <!-- check-tests: Add test docs below id=71a3be3adc5da716a720f86ba017236570ec97ca -->
692
- * ✔️ `should grab browser logs across pages` <!-- check-tests: Add test docs below id=4aacc088adf10670bf6e9d7b983bb7b17a9d3006 -->
693
- * 📎 **#dragAndDrop** <!-- check-tests: Add test docs below id=07bebbd2d86e5f923cae7cd9775fbf614e977852 -->
694
- * ✔️ `Drag item from source to target (no iframe) @dragNdrop` <!-- check-tests: Add test docs below id=7b3c77c9ba489bc7b77ed47d71de1a454f706171 -->
695
- * ✔️ `Drag and drop from within an iframe` <!-- check-tests: Add test docs below id=60fdc89d77b4d3dfa501483010e84127abf821c9 -->
696
- * 📎 **#switchTo frame** <!-- check-tests: Add test docs below id=c4fd6e74171854870d0afdf308cf4db2e73982ad -->
697
- * ✔️ `should switch to frame using name` <!-- check-tests: Add test docs below id=0bc0cce826015de28ec08ca36d141767592e3ce2 -->
698
- * ✔️ `should switch to root frame` <!-- check-tests: Add test docs below id=1ff28bf8551def017e8e10935718d53a0c6dc7c6 -->
699
- * ✔️ `should switch to frame using frame number` <!-- check-tests: Add test docs below id=21a9721083a50cf6771259ee25af4ba2254c0c2b -->
700
- * 📎 **#AttachFile** <!-- check-tests: Add test docs below id=c55520237b022fd77c9066b14aea400df3f5a6ad -->
701
- * ✔️ `should attach to regular input element` <!-- check-tests: Add test docs below id=a5644312e798d22483dbceb68cca22d84bb1a908 -->
702
- * ✔️ `should attach to invisible input element` <!-- check-tests: Add test docs below id=6a17fb3865b7ee410f5d7928c114ba0b9536c3ab -->
703
- * 📎 **#dragSlider** <!-- check-tests: Add test docs below id=f42d09a755b177968339cefcea992d13c8c03590 -->
704
- * ✔️ `should drag scrubber to given position` <!-- check-tests: Add test docs below id=a910e8dd4e0674d445a86ae3e18395738e581734 -->
705
- * 📎 **#uncheckOption** <!-- check-tests: Add test docs below id=57fc430afbaf5c5394c7ff2e481abcb965486766 -->
706
- * ✔️ `should uncheck option that is currently checked` <!-- check-tests: Add test docs below id=d44a6be23fdca6311e8b6a02e745f945ffed7a16 -->
707
- * ✔️ `should NOT uncheck option that is NOT currently checked` <!-- check-tests: Add test docs below id=5890dcf736f25a8ccde3b45e61666ff40bda2ee0 -->
708
- * 📎 **allow back and forth between handles: #grabAllWindowHandles #grabCurrentWindowHandle #switchToWindow** <!-- check-tests: Add test docs below id=b82afa0e4eb54eecc42ebe4bed4b37edc1693323 -->
709
- * ✔️ `should open main page of configured site, open a popup, switch to main page, then switch to popup, close popup, and go back to main page` <!-- check-tests: Add test docs below id=f388f9149800b98f3b825fc33272522c74cd47e3 -->
710
- * 📎 **#waitForClickable** <!-- check-tests: Add test docs below id=cdf666c8d41223f1083219624645e67a17207648 -->
711
- * ✔️ `should wait for clickable` <!-- check-tests: Add test docs below id=aa2bd16d989443b4989411d96a96c5073b6d3359 -->
712
- * ✔️ `should wait for clickable by XPath` <!-- check-tests: Add test docs below id=8d8d63834036ff7ba7fd08289b9dff38c4ecb141 -->
713
- * ✔️ `should fail for disabled element` <!-- check-tests: Add test docs below id=c1fd8ccf9306c795da2bb2e8a5dd215b3be1d4aa -->
714
- * ✔️ `should fail for disabled element by XPath` <!-- check-tests: Add test docs below id=5e350f6829723eff3d895b0ea468a7bbec4fefa0 -->
715
- * ✔️ `should fail for element not in viewport by top` <!-- check-tests: Add test docs below id=15f2dbf2d68ce63ee674d796e20653a4489b58ce -->
716
- * ✔️ `should fail for element not in viewport by bottom` <!-- check-tests: Add test docs below id=e5aae6479aef1da9352b1a96b4ef1ff106ff2e32 -->
717
- * ✔️ `should fail for element not in viewport by left` <!-- check-tests: Add test docs below id=2c84b9992f58df2b01d659efa81d83baecd6c993 -->
718
- * ✔️ `should fail for element not in viewport by right` <!-- check-tests: Add test docs below id=64d2cce44d465f540a06d1780865bab6cbd5ed2d -->
719
- * ✔️ `should fail for overlapping element` <!-- check-tests: Add test docs below id=2019592ce07d0b20b47c0e071052d8eafc89a077 -->
720
- * 📎 **GeoLocation** <!-- check-tests: Add test docs below id=54077b493d266db0ffb1e54a2fd9e3837118ff7c -->
721
- * ✔️ `should set the geoLocation` <!-- check-tests: Add test docs below id=f77aa67b26705a083d95ea1b31449a12e40ca0b1 -->
722
- * 📎 **#grabElementBoundingRect** <!-- check-tests: Add test docs below id=2c35f765f44d3d316699a337ed80ed0bfd281fe4 -->
723
- * ✔️ `should get the element size` <!-- check-tests: Add test docs below id=3f0188c7b25af6e0638bed8c81895447b830e322 -->
724
- * ✔️ `should get the element width` <!-- check-tests: Add test docs below id=5d934b2a8db99f57c3fabd12bb5c75fae822be71 -->
725
- * ✔️ `should get the element height` <!-- check-tests: Add test docs below id=fe1b1539861d2cadc8209ade1d4f2f3a259065cb -->
726
- * 📎 **#scrollIntoView** <!-- check-tests: Add test docs below id=56d2e6792cfca88d78d0f83629d46d9dbbdd5570 -->
727
- * ✔️ `should scroll element into viewport` <!-- check-tests: Add test docs below id=110fb79a3671577e4f34cd14d7ac5f86631f2413 -->
728
- * 📎 **WebDriver - Basic Authentication** <!-- check-tests: Add test docs below id=9c99ca6b0590acf7bd635327eae7194c97594df8 -->
729
- * 📎 **open page : #amOnPage** <!-- check-tests: Add test docs below id=ca724bc8ea98e9b70a9930b9e4fd2c6135805443 -->
730
- * ✔️ `should be authenticated` <!-- check-tests: Add test docs below id=09deb8fce207e6e4d47ad940084447551ef32e22 -->
731
-
732
- 📝 [test/helper/WebDriverIO_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/helper/WebDriverIO_test.js) <!-- check-tests: Add test docs below id=4eb3b9da0f076142886e85cdd5e86eab313cdf0f -->
733
- * 📎 **WebDriverIO** <!-- check-tests: Add test docs below id=1d693c6639b9054da2315a0d847a2ea37034a0d9 -->
734
- * 📎 **open page : #amOnPage** <!-- check-tests: Add test docs below id=ca724bc8ea98e9b70a9930b9e4fd2c6135805443 -->
735
- * ✔️ `should open main page of configured site` <!-- check-tests: Add test docs below id=74fa475c3068b9e7efab7f84897c42826163bbc1 -->
736
- * ✔️ `should open any page of configured site` <!-- check-tests: Add test docs below id=43c0ed57dd9d2d9ccfe725fa1206256c6cb67288 -->
737
- * ✔️ `should open absolute url` <!-- check-tests: Add test docs below id=e41a7b3172b2ecf0f5cb5003cdc6d626e3a04d8c -->
738
- * 📎 **see text : #see** <!-- check-tests: Add test docs below id=c2c62061a1c9e9a11a8fb805628586ec6c729aee -->
739
- * ✔️ `should fail when text is not on site` <!-- check-tests: Add test docs below id=6a34a10c62a7a4abb085f2295edc9707611b2f30 -->
740
- * 📎 **check fields: #seeInField, #seeCheckboxIsChecked, ...** <!-- check-tests: Add test docs below id=8ea216f714b4be7b389a9d3079515b7ce26652ea -->
741
- * ✔️ `should throw error if field is not empty` <!-- check-tests: Add test docs below id=9c50c399cc1a42b2f76029a72ed124a9024beb10 -->
742
- * ✔️ `should check values in checkboxes` <!-- check-tests: Add test docs below id=157be95ea57fc42cb87add8bf946593adc12ffe8 -->
743
- * ✔️ `should check values with boolean` <!-- check-tests: Add test docs below id=70f9409344aff58df4488871e02cac9ae35e94d7 -->
744
- * ✔️ `should check values in radio` <!-- check-tests: Add test docs below id=6bfbf825b8abf61a2560a7524bb495f2ec8d703b -->
745
- * ✔️ `should check values in select` <!-- check-tests: Add test docs below id=4e187f5510ca007b46eb2ef31a6ae8980353988f -->
746
- * ✔️ `should check for empty select field` <!-- check-tests: Add test docs below id=68e397ea8a003ced5c45531fa3b7b4c0129e2769 -->
747
- * ✔️ `should check for select multiple field` <!-- check-tests: Add test docs below id=b910526394d391893aa1c7b0b72cf8093aeec6f7 -->
748
- * 📎 **#pressKey** <!-- check-tests: Add test docs below id=7f9cdebc8766c48cd7fc16bced7642b8b9888088 -->
749
- * ✔️ `should be able to send special keys to element` <!-- check-tests: Add test docs below id=26df67192bd22ab93e142c134dcf174cb95b9e53 -->
750
- * 📎 **#waitForClickable** <!-- check-tests: Add test docs below id=cdf666c8d41223f1083219624645e67a17207648 -->
751
- * ✔️ `should wait for clickable` <!-- check-tests: Add test docs below id=b72ae473a618bc044b61d4c3e1ba06be7b3e3576 -->
752
- * ✔️ `should wait for clickable by XPath` <!-- check-tests: Add test docs below id=63be77ee0b9b58f219dba95d17e3bd8f75138bd9 -->
753
- * ✔️ `should fail for disabled element` <!-- check-tests: Add test docs below id=8c2dd10471d3ba5b41791dcf80adfcc19f11e2f8 -->
754
- * ✔️ `should fail for disabled element by XPath` <!-- check-tests: Add test docs below id=73abcc600631384a225b9a7c0b2da9d149582cd9 -->
755
- * ✔️ `should fail for element not in viewport by top` <!-- check-tests: Add test docs below id=50cbf665eb9559731d560ae7dc8698049736cd0f -->
756
- * ✔️ `should fail for element not in viewport by bottom` <!-- check-tests: Add test docs below id=11b447bd209766ea7768ee4259fd2119e8b0eed7 -->
757
- * ✔️ `should fail for element not in viewport by left` <!-- check-tests: Add test docs below id=e4bedd3f5af40d6c28bc91828f111f4b473febed -->
758
- * ✔️ `should fail for element not in viewport by right` <!-- check-tests: Add test docs below id=f7345896037f53e91a55d3780947fb01cae31a33 -->
759
- * ✔️ `should fail for overlapping element` <!-- check-tests: Add test docs below id=c24f4581945403dc00a854c6a63d462c6de52438 -->
760
- * ✔️ `should pass if element change class` <!-- check-tests: Add test docs below id=8173101ada5e10021a852cffd252c4ec4990923a -->
761
- * ✔️ `should fail if element change class and not clickable` <!-- check-tests: Add test docs below id=4cbdcbc08cf48d6275eb08d381a826483eda739f -->
762
- * 📎 **#seeInSource, #grabSource** <!-- check-tests: Add test docs below id=bab08584c946f17351633f6ddad0ba72736c54f9 -->
763
- * ✔️ `should check for text to be in HTML source` <!-- check-tests: Add test docs below id=cd2920b37164e6cabfb81c2611c2b4bfc0323492 -->
764
- * ✔️ `should grab the source` <!-- check-tests: Add test docs below id=0e7fff71e6df015b5a807f491acdce44634b565f -->
765
- * 📎 **#seeTitleEquals** <!-- check-tests: Add test docs below id=3620a31ed28444db798e028cac71aebce35a909f -->
766
- * ✔️ `should check that title is equal to provided one` <!-- check-tests: Add test docs below id=b30fd9b0ecb333825472245fd34b4f24b455a5cf -->
767
- * 📎 **#seeTextEquals** <!-- check-tests: Add test docs below id=3383b114bba7e07e190be0702c7396e8da4d0489 -->
768
- * ✔️ `should check text is equal to provided one` <!-- check-tests: Add test docs below id=722e795a494a4541998bea37114768a031c49e9d -->
769
- * 📎 **#waitForFunction** <!-- check-tests: Add test docs below id=6a00810328e17b0ef84059ed9825872b8ee2fc9c -->
770
- * ✔️ `should wait for function returns true` <!-- check-tests: Add test docs below id=ecc4d6ca23a03bd7feeebd3a4151d2e33968b58b -->
771
- * ✔️ `should pass arguments and wait for function returns true` <!-- check-tests: Add test docs below id=155378da1ebf79da93724c5f4be6048676c7088c -->
772
- * 📎 **#waitForEnabled** <!-- check-tests: Add test docs below id=62beb1fcbbea430dc443d38e0a9752b2dd76a07a -->
773
- * ✔️ `should wait for input text field to be enabled` <!-- check-tests: Add test docs below id=de48f22d8aa15d62224d70e458e4fded05b9f709 -->
774
- * ✔️ `should wait for input text field to be enabled by xpath` <!-- check-tests: Add test docs below id=d767f0363d30a4ae300d0d096520d5d1c2c5404f -->
775
- * ✔️ `should wait for a button to be enabled` <!-- check-tests: Add test docs below id=eceaabe3ca25d16a5a3d48983b4b50888e2800ed -->
776
- * 📎 **#waitForValue** <!-- check-tests: Add test docs below id=d40e58d63ab2dc218c6c77fb8983329c1e1fcd7b -->
777
- * ✔️ `should wait for expected value for given locator` <!-- check-tests: Add test docs below id=1ab728bdcc132dfa519efd492fd415875581cedb -->
778
- * ✔️ `should wait for expected value for given css locator` <!-- check-tests: Add test docs below id=a0f65b332c3332f61dee3423390353af9682630a -->
779
- * ✔️ `should wait for expected value for given xpath locator` <!-- check-tests: Add test docs below id=252bf9cf4e686779c04c5b31f775e30a1f7de6e4 -->
780
- * ✔️ `should only wait for one of the matching elements to contain the value given xpath locator` <!-- check-tests: Add test docs below id=c612ed525661dc4eda4bd9abdf134069c96e116a -->
781
- * ✔️ `should only wait for one of the matching elements to contain the value given css locator` <!-- check-tests: Add test docs below id=421d34c605c08df2c131acfbf83753c7926aca59 -->
782
- * 📎 **#waitNumberOfVisibleElements** <!-- check-tests: Add test docs below id=75245a496a7a91d8a5ba599d9425e8e2d31e67f7 -->
783
- * ✔️ `should wait for a specified number of elements on the page` <!-- check-tests: Add test docs below id=d60a2ca44554e7d12cb28832a626c9eb451f0656 -->
784
- * ✔️ `should be no [object Object] in the error message` <!-- check-tests: Add test docs below id=9b1cab9424247267b58eeccef71c76c2e76f2e86 -->
785
- * ✔️ `should wait for a specified number of elements on the page using a css selector` <!-- check-tests: Add test docs below id=e4d95fdd19cb3d34f58edc58960b43ace9e1c2ec -->
786
- * ✔️ `should wait for a specified number of elements which are not yet attached to the DOM` <!-- check-tests: Add test docs below id=1692e63e0ca3f8c479e8dd12e34fa961ff2cda6c -->
787
- * 📎 **#waitForVisible** <!-- check-tests: Add test docs below id=083b8f535d5ef0b80eba5bdc984f531db52c4845 -->
788
- * ✔️ `should be no [object Object] in the error message` <!-- check-tests: Add test docs below id=9b1cab9424247267b58eeccef71c76c2e76f2e86 -->
789
- * ✔️ `should wait for a specified element to be visible` <!-- check-tests: Add test docs below id=f6582dbeb12afc810546d422c96aac628a457299 -->
790
- * 📎 **#waitForInvisible** <!-- check-tests: Add test docs below id=af706145d58ed5de5fa086b30e4ed8745ff8f1cc -->
791
- * ✔️ `should be no [object Object] in the error message` <!-- check-tests: Add test docs below id=9b1cab9424247267b58eeccef71c76c2e76f2e86 -->
792
- * ✔️ `should wait for a specified element to be invisible` <!-- check-tests: Add test docs below id=1ca536718df0a633a6a90557ee311aed0662892f -->
793
- * 📎 **#moveCursorTo** <!-- check-tests: Add test docs below id=b2186f22569e23061db3c55c649bf27e48f72159 -->
794
- * ✔️ `should trigger hover event` <!-- check-tests: Add test docs below id=abdc6652c1edbf5f1032c9a6a8994990dd5fa417 -->
795
- * ✔️ `should not trigger hover event because of the offset is beyond the element` <!-- check-tests: Add test docs below id=42baa7688efcb995bb127a33aae01e19e29c2a0d -->
796
- * 📎 **#switchToNextTab, #switchToPreviousTab, #openNewTab, #closeCurrentTab, #closeOtherTabs, #grabNumberOfOpenTabs** <!-- check-tests: Add test docs below id=0d6e81a8dd1df152af6608de292c433095c4e6ab -->
797
- * ✔️ `should only have 1 tab open when the browser starts and navigates to the first page` <!-- check-tests: Add test docs below id=5d2f2c2d9cd52b965c84d00540afae6b07c510d2 -->
798
- * ✔️ `should switch to next tab` <!-- check-tests: Add test docs below id=4cea21b8ef10c1a3e371d9c40f6db2cad182d842 -->
799
- * ✔️ `should assert when there is no ability to switch to next tab` <!-- check-tests: Add test docs below id=87bcc4e22884238006b6c03e54e665007e804013 -->
800
- * ✔️ `should close current tab` <!-- check-tests: Add test docs below id=94b8463866fffab005398bbb22aac25efd2ffde4 -->
801
- * ✔️ `should close other tabs` <!-- check-tests: Add test docs below id=12a1ab11116a08cd50c163011e96c06e972a1e2b -->
802
- * ✔️ `should open new tab` <!-- check-tests: Add test docs below id=d3910450d4e83c4286bb2aaa0344f11851bd3295 -->
803
- * ✔️ `should switch to previous tab` <!-- check-tests: Add test docs below id=1ea18b8273de956a252f8bb5718c3f85447a230b -->
804
- * ✔️ `should assert when there is no ability to switch to previous tab` <!-- check-tests: Add test docs below id=c1c49f2247b2b9e6d81f4225b3da7e0ba07172c9 -->
805
- * 📎 **popup : #acceptPopup, #seeInPopup, #cancelPopup** <!-- check-tests: Add test docs below id=f32401b38b092d4b9ba326fa02569b88bac85f6f -->
806
- * ✔️ `should accept popup window` <!-- check-tests: Add test docs below id=dee6b92d39753622b60f25ed9b0af7947bc46c97 -->
807
- * ✔️ `should cancel popup` <!-- check-tests: Add test docs below id=35ab2254af7ee4ce1496306c5d68ba8ce2dff4f3 -->
808
- * ✔️ `should check text in popup` <!-- check-tests: Add test docs below id=9fabba7ec7d16a9839cdf10713c1e78e84985d44 -->
809
- * ✔️ `should grab text from popup` <!-- check-tests: Add test docs below id=483acf98f267fb754cacd1c1a4776ea654bc7371 -->
810
- * ✔️ `should return null if no popup is visible (do not throw an error)` <!-- check-tests: Add test docs below id=d3be3be71aff3119eba4534d259db885d953b3f9 -->
811
- * 📎 **#waitForText** <!-- check-tests: Add test docs below id=649c1d1c19f0599d231d8252d9204609eaed209b -->
812
- * ✔️ `should return error if not present` <!-- check-tests: Add test docs below id=3f102b888dc21bc9b28661ee6fd097a87258182d -->
813
- * ✔️ `should return error if waiting is too small` <!-- check-tests: Add test docs below id=b55261ba1c3821de6700e1c830db4c367163dda1 -->
814
- * 📎 **#seeNumberOfElements** <!-- check-tests: Add test docs below id=b9918a252767903f3578ac264142777b97e0edb3 -->
815
- * ✔️ `should return 1 as count` <!-- check-tests: Add test docs below id=aec2771a64d6eaf45bee310e1f2f3114f7192cc1 -->
816
- * 📎 **#switchTo** <!-- check-tests: Add test docs below id=a489fd98dc08b6ebcadb02313a61f0bd1f231dbb -->
817
- * ✔️ `should switch reference to iframe content` <!-- check-tests: Add test docs below id=2a24ef9fe24162928a2de8bb65ef7f2157a3862a -->
818
- * ✔️ `should return error if iframe selector is invalid` <!-- check-tests: Add test docs below id=6cd7a4c3084818a7e5cdbf22d8c225e7383df0e4 -->
819
- * ✔️ `should return error if iframe selector is not iframe` <!-- check-tests: Add test docs below id=001f5ed713c2fb4998954eee07e457c1bc7e042f -->
820
- * ✔️ `should return to parent frame given a null locator` <!-- check-tests: Add test docs below id=b5524df2a3b3d6e28ca2d95b6d0a40eb1033914b -->
821
- * 📎 **click context** <!-- check-tests: Add test docs below id=e01463f82650265a06a51b33cd33a047db839a8c -->
822
- * ✔️ `should click on inner text` <!-- check-tests: Add test docs below id=4dd9cb6fcf8bcedf2972c40a45e479a2ad09a6bd -->
823
- * ✔️ `should click on input in inner element` <!-- check-tests: Add test docs below id=487a8163d9dc6ca500846c8ab53cd5dea47b7df0 -->
824
- * ✔️ `should click by aria-label` <!-- check-tests: Add test docs below id=48c227f9b112c6c92be9f98a6197de5f40320140 -->
825
- * ✔️ `should click by title` <!-- check-tests: Add test docs below id=d70ca641fbd20c1f65263de86a66613cf34913c7 -->
826
- * ✔️ `should click by aria-labelledby` <!-- check-tests: Add test docs below id=3600bbd36c9f75aa69d1d5dc4db4b7ac67cb8640 -->
827
- * ✔️ `should click by accessibility_id` <!-- check-tests: Add test docs below id=52ea7e85c2871b7239433a33e61a8f67c830bd4b -->
828
- * 📎 **window size #resizeWindow** <!-- check-tests: Add test docs below id=48ccadf08ab1b237e4fef6b2a314da80df489805 -->
829
- * ✔️ `should set initial window size` <!-- check-tests: Add test docs below id=f15be0014a993f20e1eaee786fd7cd0a8badf7eb -->
830
- * ✔️ `should resize window to specific dimensions` <!-- check-tests: Add test docs below id=8ebd6677c5eb67964f0c7b292e0bc431c08b68b9 -->
831
- * ✔️ `should resize window to maximum screen dimensions` <!-- check-tests: Add test docs below id=dcdf3b0472538c6458ad56a040311de3d44c1005 -->
832
- * 📎 **SmartWait** <!-- check-tests: Add test docs below id=42cb0ca7c09c6fdafccf89801e29d199757717f4 -->
833
- * ✔️ `should wait for element to appear` <!-- check-tests: Add test docs below id=5dc6f6fee9632c707de7af07758fdbdb3b8b6798 -->
834
- * ✔️ `should wait for clickable element appear` <!-- check-tests: Add test docs below id=4935d263059a456fd948a41b81c2ccd7b04a8a9d -->
835
- * ✔️ `should wait for clickable context to appear` <!-- check-tests: Add test docs below id=6902d0bb7e503d3c159e9b8a21c4a504c5babfad -->
836
- * ✔️ `should wait for text context to appear` <!-- check-tests: Add test docs below id=e778f876130622f52b0f8706af7b34e9d847aa9a -->
837
- * ✔️ `should work with grabbers` <!-- check-tests: Add test docs below id=6e3a55f5024d61739ef4977f138f8f1dea24c568 -->
838
- * 📎 **#_locateClickable** <!-- check-tests: Add test docs below id=e703de92e77a3a6acc129dc61efd4820efe18053 -->
839
- * ✔️ `should locate a button to click` <!-- check-tests: Add test docs below id=2d4be0803f7a44dea1bf79813017c7f673ae02c9 -->
840
- * ✔️ `should not locate a non-existing checkbox` <!-- check-tests: Add test docs below id=752d2285b68140a869af6ee5d0965021e2bbdf2e -->
841
- * 📎 **#_locateCheckable** <!-- check-tests: Add test docs below id=adad3d353f75f454a2433cc7f8f51cd3068e4469 -->
842
- * ✔️ `should locate a checkbox` <!-- check-tests: Add test docs below id=9449c87e0e20a795a08244cb51daae9e10816670 -->
843
- * ✔️ `should not locate a non-existing checkbox` <!-- check-tests: Add test docs below id=752d2285b68140a869af6ee5d0965021e2bbdf2e -->
844
- * 📎 **#_locateFields** <!-- check-tests: Add test docs below id=d229ddc40690b5e31e8420e5b73e8e694d5992b5 -->
845
- * ✔️ `should locate a field` <!-- check-tests: Add test docs below id=cab426331a11f6ca961e69882bcc2d76bafd5678 -->
846
- * ✔️ `should not locate a non-existing field` <!-- check-tests: Add test docs below id=0012888c5c70754c772f4abf41491822733f9cce -->
847
- * 📎 **#grabBrowserLogs** <!-- check-tests: Add test docs below id=ad12ccd3268c13c7315a63a2db9bcba081f0b461 -->
848
- * ✔️ `should grab browser logs` <!-- check-tests: Add test docs below id=3e42d8ce55945997158fed1d7a24e4994c7acc1d -->
849
- * ✔️ `should grab browser logs across pages` <!-- check-tests: Add test docs below id=6fc949bcb791993ad221ddfb3d1cd391026ba716 -->
850
- * 📎 **#dragAndDrop** <!-- check-tests: Add test docs below id=07bebbd2d86e5f923cae7cd9775fbf614e977852 -->
851
- * ✔️ `Drag item from source to target (no iframe) @dragNdrop` <!-- check-tests: Add test docs below id=70b1ab30a2b7336dcc09c23c21ad6d6882682a84 -->
852
- * ✔️ `Drag and drop from within an iframe` <!-- check-tests: Add test docs below id=d5d12f4c106a43150814167730594dfd01368726 -->
853
- * 📎 **#switchTo frame** <!-- check-tests: Add test docs below id=c4fd6e74171854870d0afdf308cf4db2e73982ad -->
854
- * ✔️ `should switch to frame using name` <!-- check-tests: Add test docs below id=52ec7d166393f77dd43c8c126e938b40305a4e4d -->
855
- * ✔️ `should switch to root frame` <!-- check-tests: Add test docs below id=9083e9f6d35cddd3f1c8bd8f3b9ac931cc0faacc -->
856
- * ✔️ `should switch to frame using frame number` <!-- check-tests: Add test docs below id=13970f12d67b576e0df26f33d6cf968dc1bb7c37 -->
857
-
858
- 📝 [test/rest/ApiDataFactory_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/rest/ApiDataFactory_test.js) <!-- check-tests: Add test docs below id=831461fde7bdf0a60752efb043cc96b98bb89993 -->
859
- * 📎 **ApiDataFactory** <!-- check-tests: Add test docs below id=2aeaaa58a2875ec62f98660df9192daa319d191d -->
860
- * 📎 **create and cleanup records** <!-- check-tests: Add test docs below id=a57426a3008dbe2ba5ab5097341cef829a80e944 -->
861
- * ✔️ `should create a new post` <!-- check-tests: Add test docs below id=c4c281d666ba30858c98536ed8b4d641e00faf1f -->
862
- * ✔️ `should create a new post with predefined field` <!-- check-tests: Add test docs below id=bd5455fb5fbe7ee6bfc0f9ff5412bb8a75760bdc -->
863
- * ✔️ `should obtain id by function` <!-- check-tests: Add test docs below id=f75f8dfad2769812655094c70c40fbc5df8011ce -->
864
- * ✔️ `should update request with onRequest` <!-- check-tests: Add test docs below id=b5b43ee4d2d03fb6bced25924d1c2b2cf03d1b50 -->
865
- * ✔️ `can use functions to set factories` <!-- check-tests: Add test docs below id=168bf4d8a3601663e768eeb8fe7eeeaf116573ae -->
866
- * ✔️ `should cleanup created data` <!-- check-tests: Add test docs below id=d6c7dbdcf3408cc95cba6756527cd67ec05560ee -->
867
- * ✔️ `should create multiple posts and cleanup after` <!-- check-tests: Add test docs below id=961c8c8a0d915fa04018125620fbd34f1cb4bc54 -->
868
- * ✔️ `should create with different api` <!-- check-tests: Add test docs below id=70d993d273ed915c7ad6249753ea990c472b4f9a -->
869
- * ✔️ `should not remove records if cleanup:false` <!-- check-tests: Add test docs below id=7f49a67611aa69268f4e8e8cc24f0b4a06d0cfc6 -->
870
- * ✔️ `should send default headers` <!-- check-tests: Add test docs below id=3d46f9909ba87f9996c88ef6a9fbcde344c4409b -->
871
-
872
- 📝 [test/rest/REST_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/rest/REST_test.js) <!-- check-tests: Add test docs below id=c89d1583146de7463a5a24e58ae5ff89c5042db5 -->
873
- * 📎 **REST** <!-- check-tests: Add test docs below id=002ce0b2319cfcb955ac0a43e9702fd3fc1d4bd0 -->
874
- * 📎 **basic requests** <!-- check-tests: Add test docs below id=12cfd6f3ecfb555ee7251a5b7ba9fa5834361359 -->
875
- * ✔️ `should send GET requests` <!-- check-tests: Add test docs below id=bc1fcda4423232fd24e3bbfef44f4fb6c1b08757 -->
876
- * ✔️ `should send PATCH requests: payload format = json` <!-- check-tests: Add test docs below id=2682df76e8275633834c9843100ef0cf23d08643 -->
877
- * ✔️ `should send PATCH requests: payload format = form urlencoded` <!-- check-tests: Add test docs below id=fb7c5a2489ce5bab4d08f608b8751e0fd9d9e000 -->
878
- * ✔️ `should send POST requests: payload format = json` <!-- check-tests: Add test docs below id=d5f0f198c2f57edb66653a27fa53d7cb6a0b63f4 -->
879
- * ✔️ `should send POST requests: payload format = form urlencoded` <!-- check-tests: Add test docs below id=653412f9851a2ea257efc059c5006ec8503b3a14 -->
880
- * ✔️ `should send PUT requests: payload format = json` <!-- check-tests: Add test docs below id=c6d027e25ca947c74599eb03df4fb4aa513369d6 -->
881
- * ✔️ `should send PUT requests: payload format = form urlencoded` <!-- check-tests: Add test docs below id=4b63339ad63f17aa8363e03e67a932292ea5313a -->
882
- * ✔️ `should send DELETE requests` <!-- check-tests: Add test docs below id=2c58c3ed3db506fd1b1c03444745eee77eeab8eb -->
883
- * ✔️ `should update request with onRequest` <!-- check-tests: Add test docs below id=1fc4b72137bb538f6023afcace8bada868cbd862 -->
884
- * ✔️ `should set timeout for the request` <!-- check-tests: Add test docs below id=7b465f49673a37db27a19015e268ec59e1122522 -->
885
- * 📎 **headers** <!-- check-tests: Add test docs below id=b9b6b96b96a10b43be98810a6824f4ef120ddcd5 -->
886
- * ✔️ `should send request headers` <!-- check-tests: Add test docs below id=33e79ca604f426ad0d9b0e96fffbc5fb46dadad3 -->
887
- * ✔️ `should set request headers` <!-- check-tests: Add test docs below id=cb8ad061b355d385a9f0ceeb365651bf7ec7f87e -->
888
- * ✔️ `should set Content-Type header if data is string and Content-Type is omitted` <!-- check-tests: Add test docs below id=dd8a6003b4f9f69380f8318e9c640f01ab57c71c -->
889
- * ✔️ `should respect any passsed in Content-Type header` <!-- check-tests: Add test docs below id=35435e6cfdaeeb790ba45a4bca1bd5929f6c24d6 -->
890
- * 📎 **_url autocompletion** <!-- check-tests: Add test docs below id=9359ff634b3d167462b94050026049343ef49998 -->
891
- * ✔️ `should not prepend base url, when url is absolute` <!-- check-tests: Add test docs below id=34a4cf01cb19365b1be0ae861bc281033e85bd7f -->
892
- * ✔️ `should prepend base url, when url is not absolute` <!-- check-tests: Add test docs below id=360d4e8978284430a47262713ece4e856f593f10 -->
893
- * ✔️ `should prepend base url, when url is not absolute, and "http" in request` <!-- check-tests: Add test docs below id=f7cebee43cd4cc17572fd161780a6a9799859c4f -->
894
-
895
- 📝 [test/runner/allure_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/allure_test.js) <!-- check-tests: Add test docs below id=f8b2cf72f4862aab73da911cf2c561cdff5b5146 -->
896
- * 📎 **CodeceptJS Allure Plugin** <!-- check-tests: Add test docs below id=ea72a8e4cc2eba9088bbc15adea34fa19bd9f684 -->
897
- * ✔️ `should enable allure reports` <!-- check-tests: Add test docs below id=1d48c2ba997cd327c93e9ac85c1a10cea788a51e -->
898
- * ✔️ `should create xml file when assert message has ansi symbols` <!-- check-tests: Add test docs below id=90c5c02f7fb3f40bbceb855478c4c29baa95736d -->
899
- * ✔️ `should report skipped features` <!-- check-tests: Add test docs below id=1dc1688e26d9e2629305b6358aabd721e5f247d0 -->
900
- * ✔️ `should report BeforeSuite errors when executing via run command` <!-- check-tests: Add test docs below id=8ae526fd23b1ff2c640e093257fbeae39c4d5199 -->
901
- * ✔️ `should report BeforeSuite errors when executing via run-workers command` <!-- check-tests: Add test docs below id=0cce430e7f95f9898d6ee97e26c34cd53e8cede0 -->
902
-
903
- 📝 [test/runner/bdd_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/bdd_test.js) <!-- check-tests: Add test docs below id=b2e5a0c5584228a863eae208c439de93a611e125 -->
904
- * 📎 **BDD Gherkin** <!-- check-tests: Add test docs below id=dd2caab1ebf40241c2f767c737e5d84ff386cd59 -->
905
- * ✔️ `should run feature files` <!-- check-tests: Add test docs below id=e38acd34d2d424e5af33363798304196a46a0cab -->
906
- * ✔️ `should print substeps in debug mode` <!-- check-tests: Add test docs below id=ad20606e044981d120317f54ff832a018d6a4a0b -->
907
- * ✔️ `should print events in verbose mode` <!-- check-tests: Add test docs below id=b13693449dc9ad0b92c8bf69e63fa1b7aeff274f -->
908
- * ✔️ `should obfuscate secret substeps in debug mode` <!-- check-tests: Add test docs below id=83ec881dbd308c9ca40bb393af9fe1abf6347e06 -->
909
- * ✔️ `should run feature with examples files` <!-- check-tests: Add test docs below id=59a422d3de5ef8d8863716e4d4b1c0826ceb51fd -->
910
- * ✔️ `should run feature with table and examples files` <!-- check-tests: Add test docs below id=3879a2c4f8fe024e872ae8f265c9dd4a4d9e0394 -->
911
- * ✔️ `should run feature with tables` <!-- check-tests: Add test docs below id=3cc3390622a086c16475bf67ff97b2e87b6d155b -->
912
- * ✔️ `should run feature with long strings` <!-- check-tests: Add test docs below id=6701a15d3c24da9ee0bdc847a3bc0a9168693f88 -->
913
- * ✔️ `should run feature by file name` <!-- check-tests: Add test docs below id=b1c1ee11cb150083d4513557fac4ae73588f4a89 -->
914
- * ✔️ `should run feature by scenario name` <!-- check-tests: Add test docs below id=99f193e1147e79c1a136c132940c9ab82e810c64 -->
915
- * ✔️ `should run feature by tag name` <!-- check-tests: Add test docs below id=287207d7ed382583fcbcaa689d1d4ab21e2a5d72 -->
916
- * ✔️ `should run scenario by tag name` <!-- check-tests: Add test docs below id=6b38bfcf1da164a8b2090437cf1ef011eb655077 -->
917
- * ✔️ `should run scenario outline by tag` <!-- check-tests: Add test docs below id=4c96772a9162204b1f831085f976b866bfa1a56d -->
918
- * ✔️ `should run scenario and scenario outline by tags` <!-- check-tests: Add test docs below id=7609dd0526c45449b90177692a7fe032d5a29962 -->
919
- * ✔️ `should show all available steps` <!-- check-tests: Add test docs below id=2bd2a14b23439c5a446935d488f12cc8ecf2d57d -->
920
- * ✔️ `should generate snippets for missing steps` <!-- check-tests: Add test docs below id=e554102091e5d9329b2647b84db7253fc870905c -->
921
- * ✔️ `should not generate duplicated steps` <!-- check-tests: Add test docs below id=c039bf9fbbd8c7d37472823a9bdd534f95cfe09e -->
922
-
923
- 📝 [test/runner/before_failure_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/before_failure_test.js) <!-- check-tests: Add test docs below id=4600ac8b0a911ccf2d6702fb911d886ea971945d -->
924
- * 📎 **Failure in before** <!-- check-tests: Add test docs below id=70b31c19d06745a3138e88b355cd54d8c9d7bf7d -->
925
- * ✔️ `should skip tests that are skipped because of failure in before hook` <!-- check-tests: Add test docs below id=c9d3e2c95a2ed5929f1123165aac4fa0b089fee2 -->
926
- * ✔️ `should skip tests correctly with grep options` <!-- check-tests: Add test docs below id=f77dde62d83e184621a428fb0f34c6e35618d4f9 -->
927
- * ✔️ `should trigger skipped events` <!-- check-tests: Add test docs below id=029c554f6a98bdb97bfe2414f391b0878e97bcc1 -->
928
-
929
- 📝 [test/runner/bootstrap_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/bootstrap_test.js) <!-- check-tests: Add test docs below id=9efeed9e54fa926126e1fad8a168b1273dd15ebd -->
930
- * 📎 **CodeceptJS Bootstrap and Teardown** <!-- check-tests: Add test docs below id=34c4b99e011ed39c84256f72d3bcf797dcbe6ee0 -->
931
- * ✔️ `should run bootstrap` <!-- check-tests: Add test docs below id=9505b17f0f384e393c4ed25798e49cdaaf54b89c -->
932
- * ✔️ `should run teardown` <!-- check-tests: Add test docs below id=80492862e0d21e0da70507e81569f87c336ceafe -->
933
- * ✔️ `should run async bootstrap` <!-- check-tests: Add test docs below id=218ccf6dfc625ca9dd948bee7ecfec3689429d94 -->
934
- * ✔️ `should run bootstrap/teardown as object` <!-- check-tests: Add test docs below id=ce7b76168c1715a11b652170dcca1d9b864bf888 -->
935
- * ✔️ `should run async bootstrap function without args` <!-- check-tests: Add test docs below id=e2b0574b99f529991563cbf589dceaae2a0d878d -->
936
- * ✔️ `should run async bootstrap function with args` <!-- check-tests: Add test docs below id=8675238d3b5f57461f3fabda46b78c3627844c88 -->
937
- * ✔️ `should fail with code 1 when test failed and async bootstrap function without args` <!-- check-tests: Add test docs below id=959b741d8657f4b50898e2be0581afdf8d6dd574 -->
938
- * ✔️ `should fail with code 1 when test failed and async bootstrap function with args` <!-- check-tests: Add test docs below id=c67abae00268cc271da08ec0c0c7d84cc0b436bf -->
939
- * ✔️ `should fail with code 1 when async bootstrap function without args failed` <!-- check-tests: Add test docs below id=4274e57a4941b342e4405f6012eb03b748a1349b -->
940
- * ✔️ `should fail with code 1 when async bootstrap function with args failed` <!-- check-tests: Add test docs below id=3b0b8dc651c5f941382a14a591a0f32898a1c25f -->
941
- * ✔️ `should fail with code 1 when raise exceptin in the test file and async bootstrap function with args` <!-- check-tests: Add test docs below id=a38b0c93fdaeff1ed7e331dec3d33a50ead8f91d -->
942
- * ✔️ `should fail with code 1 when raise exceptin in the test file and async bootstrap function without args` <!-- check-tests: Add test docs below id=714f1a48e28ae9e79893933af6ae39727d60cebd -->
943
- * ✔️ `should run async bootstrap/teardown with args` <!-- check-tests: Add test docs below id=bd8f615f2890e67470ee758d2014da2952f6f690 -->
944
- * ✔️ `should run async bootstrap/teardown without args` <!-- check-tests: Add test docs below id=e1b1e3ea899eae6b65ecde07c79f2f0323ba53c3 -->
945
- * ✔️ `should fail with code 1 when test failed and async bootstrap/teardown function with args` <!-- check-tests: Add test docs below id=dc7c99d566dba3791048c9a2737bd9171041b08e -->
946
- * ✔️ `should fail with code 1 when test failed and async bootstrap/teardown function without args` <!-- check-tests: Add test docs below id=11ad1c9617f5ad22d488714df9fa48fefe1fb8f7 -->
947
- * ✔️ `should fail with code 1 when async bootstrap with args failed and not call teardown` <!-- check-tests: Add test docs below id=b9c7da689f630bdc970f682505498dd141580872 -->
948
- * ✔️ `should fail with code 1 when async bootstrap without args failed and not call teardown` <!-- check-tests: Add test docs below id=0f5c7c2ca829149c57547208345ec2b1924e03b4 -->
949
-
950
- 📝 [test/runner/codecept_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/codecept_test.js) <!-- check-tests: Add test docs below id=6fb3f9f51e4bb3e3a225ade2856814b2620de3b0 -->
951
- * 📎 **CodeceptJS Runner** <!-- check-tests: Add test docs below id=5034ac42c56613477f2cc4e4c4320d95adc504a5 -->
952
- * ✔️ `should be executed in current dir` <!-- check-tests: Add test docs below id=303b05ebac35ebe32f4446f6dd202deee318b8dc -->
953
- * ✔️ `should be executed with glob` <!-- check-tests: Add test docs below id=bc02f01c21a499447e4a7a26414f2ce5afff8fec -->
954
- * ✔️ `should be executed with config path` <!-- check-tests: Add test docs below id=a609d213a7d698ff6dbe8ae0ba20e00e62d01393 -->
955
- * ✔️ `should show failures and exit with 1 on fail` <!-- check-tests: Add test docs below id=3419def1e8be75b1b8667701e754e1c8895983c3 -->
956
- * 📎 **grep** <!-- check-tests: Add test docs below id=3e5815bce3e73aaec63188bc4398e08ff0009acf -->
957
- * ✔️ `filter by scenario tags` <!-- check-tests: Add test docs below id=0e1ea12f895b401607fbbb7cf444e00bbbcfb0cb -->
958
- * ✔️ `filter by scenario tags #2` <!-- check-tests: Add test docs below id=53c97f01900344aa34e5a1d1b665c86f1b572a28 -->
959
- * ✔️ `filter by feature tags` <!-- check-tests: Add test docs below id=735136ab55d6f536be337678909339c1ff209354 -->
960
- * 📎 **without "invert" option** <!-- check-tests: Add test docs below id=552d9f59978d657e74846e9a765dafa8f575a319 -->
961
- * ✔️ `should filter by scenario tags` <!-- check-tests: Add test docs below id=73c5bff5d1d1c75f775de1a760ab69509c037b57 -->
962
- * ✔️ `should filter by scenario tags #2` <!-- check-tests: Add test docs below id=6428bbfcc5038b274cc3cb481022b37e44cc3b45 -->
963
- * ✔️ `should filter by feature tags` <!-- check-tests: Add test docs below id=27ab3d51c372897a5a57dda877175cb9c9b6b9d5 -->
964
- * 📎 **with "invert" option** <!-- check-tests: Add test docs below id=b85510cf7b98f88a1c9610cb7b0f148dda072599 -->
965
- * ✔️ `should filter by scenario tags` <!-- check-tests: Add test docs below id=73c5bff5d1d1c75f775de1a760ab69509c037b57 -->
966
- * ✔️ `should filter by scenario tags #2` <!-- check-tests: Add test docs below id=6428bbfcc5038b274cc3cb481022b37e44cc3b45 -->
967
- * ✔️ `should filter by feature tags` <!-- check-tests: Add test docs below id=27ab3d51c372897a5a57dda877175cb9c9b6b9d5 -->
968
- * ✔️ `should filter by feature tags` <!-- check-tests: Add test docs below id=27ab3d51c372897a5a57dda877175cb9c9b6b9d5 -->
969
- * ✔️ `should run hooks` <!-- check-tests: Add test docs below id=d7ca6c6dea2ec1ade76fed0e4b397ad1886b9442 -->
970
- * ✔️ `should run hooks from suites` <!-- check-tests: Add test docs below id=e3cb1827ac95219af47631ff80ec6fc885d8a94d -->
971
- * ✔️ `should run hooks from suites (in different order)` <!-- check-tests: Add test docs below id=19fc34018e6025108f6651f5f577218088255f19 -->
972
- * ✔️ `should run different types of scenario` <!-- check-tests: Add test docs below id=ab91a6014b4f4cd85331f9386060b7c770efdfec -->
973
- * ✔️ `should run dynamic config` <!-- check-tests: Add test docs below id=f70ff5feaef374fc62d0eafbaaaaae7d22615e1e -->
974
- * ✔️ `should run dynamic config with profile` <!-- check-tests: Add test docs below id=67b4ecf871a27bc4b8ab9bb3aef0d4e35624aa7c -->
975
- * ✔️ `should run dynamic config with profile 2` <!-- check-tests: Add test docs below id=dce213083d436c6cc0931a30c07771bd634e37bc -->
976
- * 📎 **with require parameter** <!-- check-tests: Add test docs below id=5b4e64c531802d6fb447fcde2e056ffa341491c1 -->
977
- * ✔️ `should be executed with module when described` <!-- check-tests: Add test docs below id=1ad304beb9171e024d6dc3fefb5a97fe1b602a70 -->
978
- * ✔️ `should be executed with several modules when described` <!-- check-tests: Add test docs below id=85cbb4288b8d6c5a471c34462f6d14a8b0a867c4 -->
979
- * ✔️ `should not be executed without module when not described` <!-- check-tests: Add test docs below id=8bb9cfffa489da03b7bbba5a9ddf3c58071847fb -->
980
- * 📎 **Codeceptjs Events** <!-- check-tests: Add test docs below id=244a0728a5409568d6ba1bb48b73b0ce67e0c78d -->
981
- * ✔️ `should fire events with only passing tests` <!-- check-tests: Add test docs below id=e14bbbbaa1549a8ade9fba23563d987553a1feb1 -->
982
- * ✔️ `should fire events with passing and failing tests` <!-- check-tests: Add test docs below id=64a1884697e7772ead19288b2b3833fbbeefd7ff -->
983
-
984
- 📝 [test/runner/comment_step_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/comment_step_test.js) <!-- check-tests: Add test docs below id=b708593ab834f4a85ac99fa53c96a64aeb492a51 -->
985
- * 📎 **CodeceptJS commentStep plugin** <!-- check-tests: Add test docs below id=77b713553fc497a47cf56178639693ef5fa2dd53 -->
986
- * ✔️ `should print nested steps when global var comments used` <!-- check-tests: Add test docs below id=ad8588b338e8fc11fc48008e3c7d0989fa17cdb6 -->
987
- * ✔️ `should print nested steps when local var comments used` <!-- check-tests: Add test docs below id=a2ca4bb301f36d895060a5ba487711bd8530f720 -->
988
-
989
- 📝 [test/runner/definitions_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/definitions_test.js) <!-- check-tests: Add test docs below id=25622b4e8db8e69699eca7f6c355a3fa76dbac5f -->
990
- * 📎 **Definitions** <!-- check-tests: Add test docs below id=a3733452e6b45dc89e7208eaefae235a5238d3a8 -->
991
- * 📎 **Static files** <!-- check-tests: Add test docs below id=5662942d9a9524a0059633e8e0d642452fb630bb -->
992
- * ✔️ `should have internal object that is available as variable codeceptjs` <!-- check-tests: Add test docs below id=116282b89092b15b1c0faedcbb7b523de51b5f39 -->
993
- * ✔️ `def should create definition file` <!-- check-tests: Add test docs below id=95051d654d673fa29a2ebf3ddef24f8259260808 -->
994
- * ✔️ `def should create definition file with correct page def` <!-- check-tests: Add test docs below id=e07bb08100dbf8bc855d6b679de8873692b7e138 -->
995
- * ✔️ `def should create definition file given a config file` <!-- check-tests: Add test docs below id=8ca05bf77797020b35173caeb47988d643350205 -->
996
- * ✔️ `def should create definition file with support object` <!-- check-tests: Add test docs below id=129b7d1a480e704623eb115bc0de8b7c3a00ef29 -->
997
- * ✔️ `def should create definition file with inject which contains support objects` <!-- check-tests: Add test docs below id=ac9a6cdc87890caafb459e04fe36f9a1d2d3aa37 -->
998
- * ✔️ `def should create definition file with inject which contains I object` <!-- check-tests: Add test docs below id=80bf9e8c5cf6ecb8d781e34151371342481c6700 -->
999
- * ✔️ `def should create definition file with inject which contains I object from helpers` <!-- check-tests: Add test docs below id=f77476d2fcf9797807d2d5aa8a813b5d818d9981 -->
1000
- * ✔️ `def should create definition file with callback params` <!-- check-tests: Add test docs below id=03ff81b4afc9648517b3bb707ff8881c46342084 -->
1001
-
1002
- 📝 [test/runner/dry_run_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/dry_run_test.js) <!-- check-tests: Add test docs below id=21263b9aefb7c22d192f8277b104cfaa48ce5f8e -->
1003
- * 📎 **dry-run command** <!-- check-tests: Add test docs below id=a75cb836103ad664e54a0e3b1e2a3a5852f83b3a -->
1004
- * ✔️ `should be executed with config path` <!-- check-tests: Add test docs below id=492919dcedfcbb5d024627ba4748c1e2a884cf78 -->
1005
- * ✔️ `should list all tests` <!-- check-tests: Add test docs below id=b06d9da8257cc6e49c785f76509cca1428027f28 -->
1006
- * ✔️ `should not run actual steps` <!-- check-tests: Add test docs below id=1e5693e053d2c051f2fa7e6b9142895d2d507653 -->
1007
- * ✔️ `should not run helper hooks` <!-- check-tests: Add test docs below id=9dcc4f3a30512c61246b00356f5328e993a2b81e -->
1008
- * ✔️ `should display meta steps and substeps` <!-- check-tests: Add test docs below id=0c47e5d95c54150fb3c77a9d4ac8e9455fc01cf8 -->
1009
- * ✔️ `should run feature files` <!-- check-tests: Add test docs below id=7fbfab7d92d019e1b8209ee8d52a0d7ae38694b0 -->
1010
- * ✔️ `should print substeps in debug mode` <!-- check-tests: Add test docs below id=0c641e1f8d5d49b097812372411c6db75f6c05b9 -->
1011
- * ✔️ `should run tests with different data` <!-- check-tests: Add test docs below id=332288aa1bfd85ea18b7438c0f04e22c122aeb2e -->
1012
- * ✔️ `should display meta steps and substeps` <!-- check-tests: Add test docs below id=0c47e5d95c54150fb3c77a9d4ac8e9455fc01cf8 -->
1013
- * ✔️ `should work with inject() keyword` <!-- check-tests: Add test docs below id=c7ea10d895cdc02f5b9b4ec2d24f9fafcb9bf62c -->
1014
- * ✔️ `should inject page objects via proxy` <!-- check-tests: Add test docs below id=c33de08b3a23aa503cf876adc415446c50598be3 -->
1015
-
1016
- 📝 [test/runner/interface_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/interface_test.js) <!-- check-tests: Add test docs below id=27a2ac825f1fd9a723c9fc0c7a9277b54697f603 -->
1017
- * 📎 **CodeceptJS Interface** <!-- check-tests: Add test docs below id=dec310124def7914174d51117c543da02d08627b -->
1018
- * ✔️ `should rerun flaky tests` <!-- check-tests: Add test docs below id=b2dfbc858e7f2c79bf48917b2835c2d3c1fae595 -->
1019
- * ✔️ `should rerun retried steps` <!-- check-tests: Add test docs below id=ba4a6d5b689d2cb8e02dd14c2f8916bf400274f8 -->
1020
- * ✔️ `should not propagate retries to non retried steps` <!-- check-tests: Add test docs below id=d74bcbd190038b1a5d8d4e15d6ab39b405b3dd05 -->
1021
- * ✔️ `should use retryFailedStep plugin for failed steps` <!-- check-tests: Add test docs below id=28aa9a071a0b0cbae1a50b3b63f9f2d7f9ec5b46 -->
1022
- * ✔️ `should not retry wait* steps in retryFailedStep plugin` <!-- check-tests: Add test docs below id=efc16bb830f5ce5e907fe4d6891b6b14fe37c9ed -->
1023
- * ✔️ `should not retry steps if retryFailedStep plugin disabled` <!-- check-tests: Add test docs below id=d4d3d86d074b9ef61e14de39473dd4804023188b -->
1024
- * ✔️ `should include grep option tests` <!-- check-tests: Add test docs below id=fed961f370680ff15e1f653565819272d5aec069 -->
1025
- * ✔️ `should run tests with different data` <!-- check-tests: Add test docs below id=517c8447d8b622a3860c3abd167cb51457cf3278 -->
1026
- * ✔️ `should run all tests with data of array by only` <!-- check-tests: Add test docs below id=0a099237452854ee57fef062d4ccee96e33bbc8e -->
1027
- * ✔️ `should run all tests with data of generator by only` <!-- check-tests: Add test docs below id=0ce67b9aa6a8e858b8bf8beedd007984eb84c412 -->
1028
- * ✔️ `should execute expected promise chain` <!-- check-tests: Add test docs below id=f78c1ca3a5fb55ea1c9cde41f5ba5ad7b3ba7ff5 -->
1029
- * ✔️ `should display meta steps and substeps` <!-- check-tests: Add test docs below id=8a1bb31535508425d6e91bbfc4c2999ccc3eb26a -->
1030
- * ✔️ `should work with inject() keyword` <!-- check-tests: Add test docs below id=3938b2b971c664bf6f81891ccc8237b8d52d2d76 -->
1031
- * ✔️ `should inject page objects via proxy` <!-- check-tests: Add test docs below id=287a717a06b759d6a01c13cdb77d0950a1604c11 -->
1032
-
1033
- 📝 [test/runner/list_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/list_test.js) <!-- check-tests: Add test docs below id=6cf727b4bf4fdb245ea5507cb4e99b4540a6cc41 -->
1034
- * 📎 **list commands** <!-- check-tests: Add test docs below id=2da1698ba47be0f3e37e71929bb1c7255af7c127 -->
1035
- * ✔️ `list should print actions` <!-- check-tests: Add test docs below id=31351b29ac13dbcbdc74db00e09bb13175ca0b06 -->
1036
-
1037
- 📝 [test/runner/pageobject_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/pageobject_test.js) <!-- check-tests: Add test docs below id=4df95c73a8227afbcd8afecd9978c1bb58a006bc -->
1038
- * 📎 **CodeceptJS Interface** <!-- check-tests: Add test docs below id=dec310124def7914174d51117c543da02d08627b -->
1039
- * ✔️ `should inject page objects by class` <!-- check-tests: Add test docs below id=907bf36847357d3573909076a710a30c1972db59 -->
1040
- * ✔️ `should inject page objects by class which nested base clas` <!-- check-tests: Add test docs below id=d46742055a2c67c138ce953b2f955ff63d30330a -->
1041
-
1042
- 📝 [test/runner/run_multiple_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/run_multiple_test.js) <!-- check-tests: Add test docs below id=80d82801f584481382c6d75d4498943af1866595 -->
1043
- * 📎 **CodeceptJS Multiple Runner** <!-- check-tests: Add test docs below id=0a99c2f619b888be36148ba600d93706abccbddf -->
1044
- * ✔️ `should execute one suite with browser` <!-- check-tests: Add test docs below id=afacd610ea23f948e22624589eb6c3f585502345 -->
1045
- * ✔️ `should execute all suites` <!-- check-tests: Add test docs below id=b15c5eeba5a7ac9a6318c92dc85cb95833467e2f -->
1046
- * ✔️ `should replace parameters` <!-- check-tests: Add test docs below id=77b5d9b1e22cb08e6fe755195f2a85f70c50503d -->
1047
- * ✔️ `should execute multiple suites` <!-- check-tests: Add test docs below id=b18d92c01fc1e4137fbfdbd8ed8907a04bed2a0c -->
1048
- * ✔️ `should execute multiple suites with selected browsers` <!-- check-tests: Add test docs below id=b6dc0927fa3584621f4402c22ad8363a52e472de -->
1049
- * ✔️ `should print steps` <!-- check-tests: Add test docs below id=fa4070b1fcdcdf81ceed574919fe9bb01fcd97af -->
1050
- * ✔️ `should pass grep to configuration` <!-- check-tests: Add test docs below id=8c8a0822a3e39426d6ec38c073b01a134e50187e -->
1051
- * ✔️ `should pass grep invert to configuration` <!-- check-tests: Add test docs below id=433ed68bbfab2f4a7c8a062aedac38cbbc6e3889 -->
1052
- * ✔️ `should pass tests to configuration` <!-- check-tests: Add test docs below id=a3b4fa5b31948b9ce87480422e036790e036ccbe -->
1053
- * ✔️ `should run chunks` <!-- check-tests: Add test docs below id=cbf2e72ce2f479517e950e9aa51fef57cd3af01e -->
1054
- * ✔️ `should run features in parallel` <!-- check-tests: Add test docs below id=f3ecc2fa84d48f19f455b6a76108251e2adce7c8 -->
1055
- * ✔️ `should run features & tests in parallel` <!-- check-tests: Add test docs below id=b1971d2fbd095c77f2163968b0a04cc714e45da2 -->
1056
- * ✔️ `should run only tests in parallel` <!-- check-tests: Add test docs below id=10d79aa36e3011e5c8733519a0b9f76f7992d3f2 -->
1057
- * 📎 **bootstrapAll and teardownAll** <!-- check-tests: Add test docs below id=611d5ad805ba09fef8246110dc90f53866d956bf -->
1058
- * ✔️ `should be executed from async function in config` <!-- check-tests: Add test docs below id=cd1c0dc696a4ab6312b5dd91f2018cc41e790c3b -->
1059
- * ✔️ `should be executed from function in config` <!-- check-tests: Add test docs below id=72891f755bb381d2a025d3c387663677588d906a -->
1060
- * ✔️ `should be executed from function in file` <!-- check-tests: Add test docs below id=9826b8a81b11cbe1c7d7a13ae0673a4fc72dcaf4 -->
1061
- * ✔️ `should be executed from object in file` <!-- check-tests: Add test docs below id=119c254e2d83b579572ae746a6fdbfd1d7a04dce -->
1062
- * 📎 **with require parameter** <!-- check-tests: Add test docs below id=5b4e64c531802d6fb447fcde2e056ffa341491c1 -->
1063
- * ✔️ `should be executed with module when described` <!-- check-tests: Add test docs below id=1d3b0e33bb3c8285c315d20eb5eaa6e39fd3a2c6 -->
1064
- * ✔️ `should be executed with several module when described` <!-- check-tests: Add test docs below id=4f342d2ae9f4963e7323399b172bb80eddd638dd -->
1065
- * ✔️ `should not be executed without module when not described` <!-- check-tests: Add test docs below id=85a199667838738c8a8f9f1d708e3b1bccb6332c -->
1066
-
1067
- 📝 [test/runner/run_rerun_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/run_rerun_test.js) <!-- check-tests: Add test docs below id=b9d2f26093bdf43907e34f4d1d94cdf93338e8c0 -->
1068
- * 📎 **run-rerun command** <!-- check-tests: Add test docs below id=834c8e7664ebc14c30155542b02e892ded05fd1c -->
1069
- * ✔️ `should display count of attemps` <!-- check-tests: Add test docs below id=d1dd0be1a95630b3ec87af0abb5bdcec97cdfe5d -->
1070
- * ✔️ `should display 2 success count of attemps` <!-- check-tests: Add test docs below id=b8c9d20ea7400050c75f70a01cf254de42dec924 -->
1071
- * ✔️ `should display error if minSuccess more than maxReruns` <!-- check-tests: Add test docs below id=daa5afd4b82ee4668682e74155c408d2d6e8d72b -->
1072
- * ✔️ `should display errors if test is fail always` <!-- check-tests: Add test docs below id=51d88de268c64ace722a596eb1ac21a45c466cbe -->
1073
- * ✔️ `should display success run if test was fail one time of two attepmts and 3 reruns` <!-- check-tests: Add test docs below id=b92758942c6f86e444d10c35e2c2b02bd4ed8025 -->
1074
-
1075
- 📝 [test/runner/run_workers_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/run_workers_test.js) <!-- check-tests: Add test docs below id=0bd15e21672c88043f3a8b6ca55e8ab58513fa66 -->
1076
- * 📎 **CodeceptJS Workers Runner** <!-- check-tests: Add test docs below id=860d2bf499eaf6c6619c4c145948ef39ebf2f0b9 -->
1077
- * ✔️ `should run tests in 3 workers` <!-- check-tests: Add test docs below id=cc93f9c3603249ab645946a271e00b9b09bc5f0e -->
1078
- * ✔️ `should print positive or zero failures with same name tests` <!-- check-tests: Add test docs below id=08a8262651dccba1e8cc6c3f58c3b6a6057d51e6 -->
1079
- * ✔️ `should use grep` <!-- check-tests: Add test docs below id=db3816ab1a06367fa159720260fdd718ebd10bc1 -->
1080
- * ✔️ `should show failures when suite is failing` <!-- check-tests: Add test docs below id=507a950522e98c073a47ef0b2b924cbceb2fa672 -->
1081
- * ✔️ `should print stdout in debug mode and load bootstrap` <!-- check-tests: Add test docs below id=d26c61813eeb32cfa8528bda850017e8684565ab -->
1082
- * ✔️ `should run tests with glob pattern` <!-- check-tests: Add test docs below id=10204144fb4ef65367a2a872aa823d64bbc71090 -->
1083
- * ✔️ `should print empty results with incorrect glob pattern` <!-- check-tests: Add test docs below id=8c25ffc7cb4178cafc289e5f2720969ac351a3af -->
1084
- * ✔️ `should retry test` <!-- check-tests: Add test docs below id=a4ad9e9729139af7de146f6c4a3d5261c8acb9a7 -->
1085
- * ✔️ `should create output folder with custom name` <!-- check-tests: Add test docs below id=db4e8f9ca2cd1702c65b459d064316d7dca96b09 -->
1086
-
1087
- 📝 [test/runner/session_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/session_test.js) <!-- check-tests: Add test docs below id=ad7d30a0b527e502f83c80be45fe9f5b2abed93f -->
1088
- * 📎 **CodeceptJS session** <!-- check-tests: Add test docs below id=844ad0fa61a522dba8412367c593bd5655940b9f -->
1089
- * ✔️ `should run with 3 sessions` <!-- check-tests: Add test docs below id=ab26487f8d408daa86910edfe99de8686d2ccedf -->
1090
- * ✔️ `should run session defined before executing` <!-- check-tests: Add test docs below id=69da48f6a76b73e297f7e7ef2357f3bd1e1618a3 -->
1091
- * ✔️ `should run all session tests` <!-- check-tests: Add test docs below id=70619d1c6fcd66320a59651bd5fea0264b1fce3b -->
1092
-
1093
- 📝 [test/runner/todo_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/todo_test.js) <!-- check-tests: Add test docs below id=79e898bfb223c6aa4d8e29168c2a7ee067a07837 -->
1094
- * 📎 **Todo** <!-- check-tests: Add test docs below id=69569c73487f86e38b9988304164cf625f66860c -->
1095
- * ✔️ `should skip test with todo` <!-- check-tests: Add test docs below id=5b7b43860eb2e658e939b9bcc1d2158afffe1344 -->
1096
- * ✔️ `should skip inject skipinfo to todo test` <!-- check-tests: Add test docs below id=4a144b3f733328b24eee855f10423e00d7642fb8 -->
1097
- * ✔️ `should correctly pass custom opts for todo test` <!-- check-tests: Add test docs below id=b042afbcb43fee048bca751b5b147982307a2280 -->
1098
-
1099
- 📝 [test/runner/translation_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/translation_test.js) <!-- check-tests: Add test docs below id=257fc62b07543f2f4a8fa76cc8ea2be9d436176c -->
1100
- * 📎 **Translation** <!-- check-tests: Add test docs below id=11163c4ef2f0288234bed68bf53f1e406211945a -->
1101
- * ✔️ `Should run translated test file` <!-- check-tests: Add test docs below id=91ecdfed6d25d963357b355ed5133830c602f77e -->
1102
-
1103
- 📝 [test/runner/within_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/runner/within_test.js) <!-- check-tests: Add test docs below id=f83c55062894e7342c875edacadbdd87beb16e00 -->
1104
- * 📎 **CodeceptJS within** <!-- check-tests: Add test docs below id=4b827ee050a769fe7179b7352fd73547a30079fb -->
1105
- * ✔️ `should execute if no generators` <!-- check-tests: Add test docs below id=645296c65629abbeaf62a23b89c2171ef80b225c -->
1106
- * ✔️ `should execute with async/await. Await is first in order` <!-- check-tests: Add test docs below id=5ab55f61a5527d24e2da6e94fa41f2d48fd16aa2 -->
1107
- * ✔️ `should execute with async/await. Await is second in order` <!-- check-tests: Add test docs below id=83c0f4c4b7669ac9ca65f3f3a97faddc7284a780 -->
1108
-
1109
- 📝 [test/unit/actor_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/actor_test.js) <!-- check-tests: Add test docs below id=17fdd6b3bda292f4d5f9fcec952e5014ab804480 -->
1110
- * 📎 **Actor** <!-- check-tests: Add test docs below id=961837ff82fc4d42ea96264c19bc345614acec81 -->
1111
- * ✔️ `should take all methods from helpers and built in` <!-- check-tests: Add test docs below id=08ec80fd2e17aabef66479da77d2407d2450e36e -->
1112
- * ✔️ `should return promise` <!-- check-tests: Add test docs below id=c51c56bc5ca722a3c68256d1610cb7ab71b78e47 -->
1113
- * ✔️ `should produce step events` <!-- check-tests: Add test docs below id=a9c71e6df50087fc6655494e85006984fc24eadd -->
1114
- * ✔️ `should retry failed step with #retry` <!-- check-tests: Add test docs below id=a2523207cd2d5a24accbc3a3ddc34938e694ccf4 -->
1115
- * ✔️ `should retry once step with #retry` <!-- check-tests: Add test docs below id=784c48f4c08c304e109ad82b04891c8916495337 -->
1116
- * ✔️ `should print handle failed steps` <!-- check-tests: Add test docs below id=20bbd41935d886943551013bc23c160d0389c5d1 -->
1117
-
1118
- 📝 [test/unit/assert_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/assert_test.js) <!-- check-tests: Add test docs below id=7cba4ad46677d3d5059a228611acb97c12816d94 -->
1119
- * 📎 **Assertion** <!-- check-tests: Add test docs below id=d534a7e6501006154fb8bfe8b348be8fce644b18 -->
1120
- * ✔️ `should handle asserts` <!-- check-tests: Add test docs below id=376eb6d81d95469c9839049d29225e4c58268f06 -->
1121
- * ✔️ `should handle negative asserts` <!-- check-tests: Add test docs below id=729c541e4cd0498254c8ce34bc111adff7410ea3 -->
1122
-
1123
- 📝 [test/unit/assert/empty_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/assert/empty_test.js) <!-- check-tests: Add test docs below id=f6bb99710c3326defdc08b20cef56980bb84193b -->
1124
- * 📎 **empty assertion** <!-- check-tests: Add test docs below id=4951e881cb81276a5d81134fbca061729cd282a4 -->
1125
- * ✔️ `should check for something to be empty` <!-- check-tests: Add test docs below id=fd3d2b96f05bc828024e7dcbabb74a13896b784c -->
1126
- * ✔️ `should check for something not to be empty` <!-- check-tests: Add test docs below id=ff99973f827b4537c9e249d10f89f9f99afbb284 -->
1127
- * ✔️ `should provide nice assert error message` <!-- check-tests: Add test docs below id=135a7fbc49f407e2adb534451d421ec35af459c4 -->
1128
- * ✔️ `should provide nice negate error message` <!-- check-tests: Add test docs below id=af912ad982b36228edd665075aff8080904d7208 -->
1129
-
1130
- 📝 [test/unit/assert/equal_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/assert/equal_test.js) <!-- check-tests: Add test docs below id=4c420c7bb943d4057db4410cabc80d067cdce196 -->
1131
- * 📎 **equal assertion** <!-- check-tests: Add test docs below id=5c12012357384945e008d9607c7510de5e8d3001 -->
1132
- * ✔️ `should check for equality` <!-- check-tests: Add test docs below id=a1f085ce8f21581fd5e061faf0f9c054c12d5397 -->
1133
- * ✔️ `should check for something not to be equal` <!-- check-tests: Add test docs below id=f8513c14971122424cccbbbb25ef22296b30067b -->
1134
- * ✔️ `should provide nice assert error message` <!-- check-tests: Add test docs below id=b3a226f4e9006034968828fc620070fb889ebc1c -->
1135
- * ✔️ `should provide nice negate error message` <!-- check-tests: Add test docs below id=1b70bf51314246441b3901d0079b9ab7fcb9810e -->
1136
-
1137
- 📝 [test/unit/assert/include_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/assert/include_test.js) <!-- check-tests: Add test docs below id=cf8f71c87c8727a1af3e930cf1833d5d02027fc0 -->
1138
- * 📎 **equal assertion** <!-- check-tests: Add test docs below id=5c12012357384945e008d9607c7510de5e8d3001 -->
1139
- * ✔️ `should check for inclusion` <!-- check-tests: Add test docs below id=4ab158052c5e14bed3a963cfdd0601614d057bc8 -->
1140
- * ✔️ `should check !include` <!-- check-tests: Add test docs below id=1f4f4959060abcb6687bdda9d82d90b02f41ceed -->
1141
- * ✔️ `should provide nice assert error message` <!-- check-tests: Add test docs below id=f1da6bbb4e9272544ac005d306745f3f93cf9066 -->
1142
- * ✔️ `should provide nice negate error message` <!-- check-tests: Add test docs below id=622c60792c94dbe157513ecdfa1a2c10608c3ead -->
1143
-
1144
- 📝 [test/unit/bdd_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/bdd_test.js) <!-- check-tests: Add test docs below id=5d9f3851806a2e5197ba0cd9cdf78ba166276ad7 -->
1145
- * 📎 **BDD** <!-- check-tests: Add test docs below id=a10b94e29f24d9eb002cb4f1d579897e993f07ef -->
1146
- * ✔️ `should parse gherkin input` <!-- check-tests: Add test docs below id=125378af0afe511548c2be590595a44c1288726a -->
1147
- * ✔️ `should load step definitions` <!-- check-tests: Add test docs below id=4ed5f09537c9aecd8fe81d54f99065684f6bd53d -->
1148
- * ✔️ `should contain tags` <!-- check-tests: Add test docs below id=a58c5180c126b7cf2fb78f2177efab01304ec299 -->
1149
- * ✔️ `should load step definitions` <!-- check-tests: Add test docs below id=4ed5f09537c9aecd8fe81d54f99065684f6bd53d -->
1150
- * ✔️ `should allow failed steps` <!-- check-tests: Add test docs below id=db62acdef2382c8fb3bc89c5084a68c657920694 -->
1151
- * ✔️ `should work with async functions` <!-- check-tests: Add test docs below id=1c030faca6a6a4f40cb994514c1d5b02005cad98 -->
1152
- * ✔️ `should execute scenarios step-by-step ` <!-- check-tests: Add test docs below id=bcab868f2b5627a7523e6f17e3a7d00ada87e017 -->
1153
- * ✔️ `should match step with params` <!-- check-tests: Add test docs below id=fdafec410423a46eae6975fce5f71410e7e0489e -->
1154
- * ✔️ `should use shortened form for step definitions` <!-- check-tests: Add test docs below id=354f280bb6daf301265b4805b18cdeb1e1c007e4 -->
1155
- * ✔️ `should attach before hook for Background` <!-- check-tests: Add test docs below id=a04845d5c1fffdc3c430e49493cfcda55c984eb5 -->
1156
- * ✔️ `should execute scenario outlines` <!-- check-tests: Add test docs below id=a1adb8385d9d0e777f73d81af8953d7880252b25 -->
1157
- * ✔️ `should provide a parsed DataTable` <!-- check-tests: Add test docs below id=c4961c5d365fe7ba304864bdce563f28498bc8e5 -->
1158
-
1159
- 📝 [test/unit/config_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/config_test.js) <!-- check-tests: Add test docs below id=79a1978c2580d19fc82f5e701fbc07ed4f115b55 -->
1160
- * 📎 **Config** <!-- check-tests: Add test docs below id=1a323149574cd7a3837ca90f7270ab691af59913 -->
1161
- * ✔️ `should be created` <!-- check-tests: Add test docs below id=f27e66183edfee98e6b89164688bab63930d5ad2 -->
1162
- * ✔️ `should be completely reset` <!-- check-tests: Add test docs below id=13835b2a2f36b9620542bc66de32aa63604191db -->
1163
- * ✔️ `can be updated` <!-- check-tests: Add test docs below id=f3971f112f06ddee8717cd8063705b876727ca72 -->
1164
- * ✔️ `should use config hooks to enhance configs` <!-- check-tests: Add test docs below id=00ff879c6bec59744b26ed09419c3a889c79aef2 -->
1165
-
1166
- 📝 [test/unit/container_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/container_test.js) <!-- check-tests: Add test docs below id=684204b3cbefebeba952ecee0d9435da56ee91e6 -->
1167
- * 📎 **Container** <!-- check-tests: Add test docs below id=e1e71faa3c1d873fc44aecc07e53a54a294e0d96 -->
1168
- * 📎 **#translation** <!-- check-tests: Add test docs below id=fe4673385d83718fda77f23c1a5eac6d60948d53 -->
1169
- * ✔️ `should create empty translation` <!-- check-tests: Add test docs below id=3fc1dd4b639641a74e49b5bb23c1fbe6dcf4b115 -->
1170
- * ✔️ `should create Russian translation` <!-- check-tests: Add test docs below id=1d52fe4571d2d10fcf17d10b95ac8bd091c5efbc -->
1171
- * ✔️ `should create Italian translation` <!-- check-tests: Add test docs below id=687d1851473bb8bf24a5651935c4c0b63cc05e20 -->
1172
- * ✔️ `should create French translation` <!-- check-tests: Add test docs below id=5b06357e49ade1ed605bf00d3c120581e366ba3c -->
1173
- * 📎 **#helpers** <!-- check-tests: Add test docs below id=1ea3176919e958a4ed081263571234c1cf205b69 -->
1174
- * ✔️ `should return all helper with no args` <!-- check-tests: Add test docs below id=784205dfe0de882c909bdb3867cb83b0763f76d6 -->
1175
- * ✔️ `should return helper by name` <!-- check-tests: Add test docs below id=90b6d0abf12a214031e52b3b87a7ecd3c50d7eb6 -->
1176
- * 📎 **#support** <!-- check-tests: Add test docs below id=116071ce34d86841a52f34097feb4b3b7f9ebdc3 -->
1177
- * ✔️ `should return all support objects` <!-- check-tests: Add test docs below id=c001b7dee557674fd80b0c1351a61bafcae293bf -->
1178
- * ✔️ `should support object by name` <!-- check-tests: Add test docs below id=ec3eec8dc21c1f265aeea560035c7ca8729addaf -->
1179
- * 📎 **#plugins** <!-- check-tests: Add test docs below id=94a7d373fd78e4283358c14bd830fa0467f60f47 -->
1180
- * ✔️ `should return all plugins` <!-- check-tests: Add test docs below id=999ff1a7edba162b14ffd7788ea7b7497caa9769 -->
1181
- * ✔️ `should get plugin by name` <!-- check-tests: Add test docs below id=b971987830b5972ca828753bebe8f986b5df8a9f -->
1182
- * 📎 **#create** <!-- check-tests: Add test docs below id=3198c9422088718eae6ecacdbcdebf956de658bb -->
1183
- * ✔️ `should create container with helpers` <!-- check-tests: Add test docs below id=adeb56d89ce9d92406c7869e044bf689d77d400c -->
1184
- * ✔️ `should always create I` <!-- check-tests: Add test docs below id=d332289ba8b56e6d257f279a626e1d2736337fc9 -->
1185
- * ✔️ `should load DI and return a reference to the module` <!-- check-tests: Add test docs below id=85b71c7e940f26b13cb8e0bcda3ad899d76a1751 -->
1186
- * ✔️ `should load I from path and execute _init` <!-- check-tests: Add test docs below id=7380b3b646056e50e62898465fad5ef3ee6e41cc -->
1187
- * ✔️ `should load DI includes provided as require paths` <!-- check-tests: Add test docs below id=e6f39787852daea11f485d90bc9720603b7dfdcb -->
1188
- * ✔️ `should load DI and inject I into PO` <!-- check-tests: Add test docs below id=f79c4f983d21b9248180bfb8ca84c18663cbb7b7 -->
1189
- * ✔️ `should load DI and inject custom I into PO` <!-- check-tests: Add test docs below id=13be0ef5553d0d1a198f971ac842dba83651fcde -->
1190
- * ✔️ `should load DI includes provided as objects` <!-- check-tests: Add test docs below id=fb9990b73b07c2b380fbf765af5504d87bc6c61a -->
1191
- * ✔️ `should load DI includes provided as objects` <!-- check-tests: Add test docs below id=fb9990b73b07c2b380fbf765af5504d87bc6c61a -->
1192
- * 📎 **#append** <!-- check-tests: Add test docs below id=36c0c5bf709870c47d50a53126a97561e20779ef -->
1193
- * ✔️ `should be able to add new helper` <!-- check-tests: Add test docs below id=e29c7c2749f22dcfff0c4cef8120f0afe1368184 -->
1194
- * ✔️ `should be able to add new support object` <!-- check-tests: Add test docs below id=b54bda334d28572da9675de23543d6e19605d430 -->
1195
-
1196
- 📝 [test/unit/data/dataTableArgument_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/data/dataTableArgument_test.js) <!-- check-tests: Add test docs below id=6488c7d01189ed0dc510303d89d24e9b7fa6d6f1 -->
1197
- * 📎 **DataTableArgument** <!-- check-tests: Add test docs below id=fbc383ea3cdc2e5595414fcf88d457f16a4ff85d -->
1198
- * ✔️ `should return a 2D array containing each row` <!-- check-tests: Add test docs below id=83def2b1e74c2c1c848683715294284ca04dc641 -->
1199
- * ✔️ `should return a 2D array containing each row without the header (first one)` <!-- check-tests: Add test docs below id=3f69792d9ca7eacc9c6726f5980d873b0366d654 -->
1200
- * ✔️ `should return an of object where properties is the header` <!-- check-tests: Add test docs below id=097cf6b20831015b26d89b7329c836a57d2780e2 -->
1201
-
1202
- 📝 [test/unit/data/table_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/data/table_test.js) <!-- check-tests: Add test docs below id=63d514e7bbb0a766230df071b535de68d58956fb -->
1203
- * 📎 **DataTable** <!-- check-tests: Add test docs below id=e8236209a2e1ce0e05b0731696f077b56058a869 -->
1204
- * ✔️ `should take an array for creation` <!-- check-tests: Add test docs below id=083b169189f0556fe6749df322a5fc331986702c -->
1205
- * ✔️ `should allow arrays to be added` <!-- check-tests: Add test docs below id=91848bbe88731d0ec53e7c319c9f0f145bd1dc4a -->
1206
- * ✔️ `should not allow an empty array to be added` <!-- check-tests: Add test docs below id=e46ae6373e4c48523fd93a0c2d685c0b17c75923 -->
1207
- * ✔️ `should not allow an array with more slots than the original to be added` <!-- check-tests: Add test docs below id=38d0bb14070a395a561b4aba21c89711c103f564 -->
1208
- * ✔️ `should not allow an array with less slots than the original to be added` <!-- check-tests: Add test docs below id=b4b18323b4d39a10c0a71715d82ac40201374ab2 -->
1209
- * ✔️ `should filter an array` <!-- check-tests: Add test docs below id=9acc8da1a1085d22f3675ff98841230ff4341f1e -->
1210
- * ✔️ `should filter an array with skips` <!-- check-tests: Add test docs below id=8e21dd6e54b772438296033989e591f2e55dd575 -->
1211
-
1212
- 📝 [test/unit/data/ui_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/data/ui_test.js) <!-- check-tests: Add test docs below id=3c006908f2c08b177ebb28099c125fa8b1147acc -->
1213
- * 📎 **ui** <!-- check-tests: Add test docs below id=af657e4cd48fdce32debcfc52f754a0d920ef0d7 -->
1214
- * 📎 **Data** <!-- check-tests: Add test docs below id=8774ca9bad57e6c049bbeee5583f38a8c614f468 -->
1215
- * ✔️ `can add a tag to all scenarios` <!-- check-tests: Add test docs below id=be333f9e07d14f63d0a48d2070e1def7b1029443 -->
1216
- * ✔️ `can add a timout to all scenarios` <!-- check-tests: Add test docs below id=186a9ebb0a08b296271cd4fb09c1825b0df9ec89 -->
1217
- * ✔️ `can add retries to all scenarios` <!-- check-tests: Add test docs below id=b52efbe6805e777f53305c02372e73f4a52b987a -->
1218
- * ✔️ `can expect failure for all scenarios` <!-- check-tests: Add test docs below id=accfabd4bb85b12a8c4f83647b996a42244ad832 -->
1219
- * ✔️ `can expect a specific error for all scenarios` <!-- check-tests: Add test docs below id=237271e8739516a8dc96ec545e2d71819efff382 -->
1220
- * ✔️ `can configure a helper for all scenarios` <!-- check-tests: Add test docs below id=7bcce1ee7351b167e23dee82b3ee227f6ceb9dde -->
1221
- * ✔️ `should shows object's toString() method in each scenario's name if the toString() method is overrided` <!-- check-tests: Add test docs below id=e988e81d1b03663daa959f9a2efed02149e2b1ab -->
1222
- * ✔️ `should shows JSON.stringify() in each scenario's name if the toString() method isn't overrided` <!-- check-tests: Add test docs below id=64e14f4995e59aaaf53165424a1bb8818b9e3b52 -->
1223
-
1224
- 📝 [test/unit/helper/element_not_found_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/helper/element_not_found_test.js) <!-- check-tests: Add test docs below id=7a9a3316f6b1c042f97a803ad5aaf1ddcb164886 -->
1225
- * 📎 **ElementNotFound error** <!-- check-tests: Add test docs below id=b5b391067b7822bbbb1b91289a7b8181ef01e411 -->
1226
- * ✔️ `should throw error` <!-- check-tests: Add test docs below id=b360f943b568137db033ba55fe8ecb3a8ae3bcaf -->
1227
- * ✔️ `should provide default message` <!-- check-tests: Add test docs below id=30f009c94cf1b25b21e0076175bf064fd12a3485 -->
1228
- * ✔️ `should use prefix for message` <!-- check-tests: Add test docs below id=2835383318f3115e9c9c113d8a9d4e52b49ed28f -->
1229
- * ✔️ `should use postfix for message` <!-- check-tests: Add test docs below id=ce5e63d2c8579f212d023e7335897f684dd743df -->
1230
- * ✔️ `should stringify locator object` <!-- check-tests: Add test docs below id=abc558e754b73c0561536424cd247f95acd90ae4 -->
1231
-
1232
- 📝 [test/unit/helper/FileSystem_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/helper/FileSystem_test.js) <!-- check-tests: Add test docs below id=31357785c2b75ace147425c85df4f44a2a227ceb -->
1233
- * 📎 **FileSystem** <!-- check-tests: Add test docs below id=581a6aa7ae109ef1fbdbf57ab252b484d25c4fc0 -->
1234
- * ✔️ `should be initialized before tests` <!-- check-tests: Add test docs below id=aa3a34ed813b7b17eb12916c1b58a9a56f641222 -->
1235
- * ✔️ `should open dirs` <!-- check-tests: Add test docs below id=1b51c1aecd9922413f0764308595de035c47744f -->
1236
- * ✔️ `should see file` <!-- check-tests: Add test docs below id=88116449214011904eeeb7f53678f114f1697e36 -->
1237
- * ✔️ `should check file contents` <!-- check-tests: Add test docs below id=f79e804f983a2ef01902e101ba10fdcc73aeb337 -->
1238
-
1239
- 📝 [test/unit/locator_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/locator_test.js) <!-- check-tests: Add test docs below id=db5d72b6e9d480dc7aafcbcdfca9c4f2c8f377fd -->
1240
- * 📎 **Locator** <!-- check-tests: Add test docs below id=145126c639c70ea92b8993cfb9955dd10d7bcdf0 -->
1241
- * 📎 **constructor** <!-- check-tests: Add test docs below id=20e11c34a82cda44606a759c795ef6654b02806c -->
1242
- * 📎 **with string argument** <!-- check-tests: Add test docs below id=9bedf31bdf27c5e01245522500b8011d0aeeff02 -->
1243
- * ✔️ `should create css locator` <!-- check-tests: Add test docs below id=e23ace70fa902107c80f77823372c4edcb916221 -->
1244
- * ✔️ `should create xpath locator` <!-- check-tests: Add test docs below id=a9405762f01f764f6c06d4cf167fc8f54b86666d -->
1245
- * ✔️ `should create fuzzy locator` <!-- check-tests: Add test docs below id=d68d979fd6113b704ab33dad75fea4f6268cd3f9 -->
1246
- * ✔️ `should create described custom default type locator` <!-- check-tests: Add test docs below id=4119f16bda7d1bee5a5c168deac3f0858c81b7c9 -->
1247
- * 📎 **with object argument** <!-- check-tests: Add test docs below id=0104b4ebae4bdbdc52c578a60f3e0187b1740abf -->
1248
- * ✔️ `should create id locator` <!-- check-tests: Add test docs below id=9b1120598ccd972d628b94c9bb37f4da207b185e -->
1249
- * ✔️ `should create described custom locator` <!-- check-tests: Add test docs below id=508d8184ed508be072209f8d09f8f477954dbe83 -->
1250
- * 📎 **with Locator object argument** <!-- check-tests: Add test docs below id=ebe76720ca6338c21dea49628817468603ba4cc9 -->
1251
- * ✔️ `should create id locator` <!-- check-tests: Add test docs below id=9b1120598ccd972d628b94c9bb37f4da207b185e -->
1252
- * ✔️ `should transform CSS to xpath` <!-- check-tests: Add test docs below id=e3684912646e4d043267b87d408aa287204dedb2 -->
1253
- * ✔️ `should build locator to match element by attr` <!-- check-tests: Add test docs below id=97cb859c77a7443e2e1d88beb444b9e6e0f98f36 -->
1254
- * ✔️ `should build locator to match element by text` <!-- check-tests: Add test docs below id=891f54e08f417dbac455cd807f7ce68a88d33c3c -->
1255
- * ✔️ `should build locator to match element by position` <!-- check-tests: Add test docs below id=cfe943b8d93b664f8a5a7b66718be427e0fad067 -->
1256
- * ✔️ `should build complex locator` <!-- check-tests: Add test docs below id=ccd0c35a523a4fbb2d5a9f2dd2030be8ae9976f7 -->
1257
- * ✔️ `should select a by label` <!-- check-tests: Add test docs below id=6c7455a59948605358ab7aa524ec505acb80d17c -->
1258
- * ✔️ `should select child element by name` <!-- check-tests: Add test docs below id=50b558add8368f80dfdc0dbad742244c1cc4a1b9 -->
1259
- * ✔️ `should select element by siblings` <!-- check-tests: Add test docs below id=4515b1c7b2e52618133b77bd59ea3b8947b7dd40 -->
1260
- * ✔️ `should throw an error when xpath with round brackets is nested` <!-- check-tests: Add test docs below id=80dc23330b0bd9dc65a962a78011c7e1b016f6ab -->
1261
- * ✔️ `should throw an error when locator with specific position is nested` <!-- check-tests: Add test docs below id=1f0723fb9c6905c5ad53d11ca93b262fa6daa666 -->
1262
- * ✔️ `should not select element by deep nested siblings` <!-- check-tests: Add test docs below id=6cd5614b5dbfe67e0f5a6ea805a7a086c266541e -->
1263
- * ✔️ `should select element by siblings` <!-- check-tests: Add test docs below id=4515b1c7b2e52618133b77bd59ea3b8947b7dd40 -->
1264
- * ✔️ `should translate locator to string` <!-- check-tests: Add test docs below id=8c79f57641b5c41b3c64dd90b82a56d498999526 -->
1265
- * ✔️ `should be able to add custom locator strategy` <!-- check-tests: Add test docs below id=7ec264fc2894208b24619b4dc7af0288bb65c07f -->
1266
- * ✔️ `should be able to add custom locator strategy` <!-- check-tests: Add test docs below id=7ec264fc2894208b24619b4dc7af0288bb65c07f -->
1267
-
1268
- 📝 [test/unit/output_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/output_test.js) <!-- check-tests: Add test docs below id=dd36dc5eff91a02846d684ec9a67cbf8e06cb1f9 -->
1269
- * 📎 **Output** <!-- check-tests: Add test docs below id=78a00b66b2cf25365dd58f7437670dc28714ad6c -->
1270
- * ✔️ `should allow the output level to be set` <!-- check-tests: Add test docs below id=bc2525529331e1c303fcd59afbb34300ec754e73 -->
1271
- * ✔️ `should allow the process to be set` <!-- check-tests: Add test docs below id=63437ab6a49e5c6e5a8cbac558861d1b78268b90 -->
1272
- * ✔️ `should allow debug messages when output level >= 2` <!-- check-tests: Add test docs below id=33bab1ccd86b73dcdf0450b3376cc9f59265e141 -->
1273
-
1274
- 📝 [test/unit/parser_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/parser_test.js) <!-- check-tests: Add test docs below id=95dc8e30930a221415ada70629b9e74de0fa4557 -->
1275
- * 📎 **parser** <!-- check-tests: Add test docs below id=9c703d009940e2808f8410eab3f26919698def41 -->
1276
- * 📎 **#getParamsToString** <!-- check-tests: Add test docs below id=a613c8b6f1945331a99ed8f093215dad5cdc14ca -->
1277
- * ✔️ `should get params for normal function` <!-- check-tests: Add test docs below id=ef7dbfe5a3a9899f43d17e5ad7c068069d222919 -->
1278
- * ✔️ `should get params for async function` <!-- check-tests: Add test docs below id=4709e6e4716c8065f9c492d8980cbc75a4726a10 -->
1279
-
1280
- 📝 [test/unit/plugin/customLocator_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/plugin/customLocator_test.js) <!-- check-tests: Add test docs below id=72023f06505d23c631c731ff247762515662a87e -->
1281
- * 📎 **customLocator** <!-- check-tests: Add test docs below id=0145ba2cbc7c9edb0b3c8c270087a93815e73da9 -->
1282
- * ✔️ `add a custom locator by $ -> data-qa` <!-- check-tests: Add test docs below id=aa4e5c7e44a42bbdbdb1797d80c644274257c029 -->
1283
- * ✔️ `add a custom locator by = -> data-test-id` <!-- check-tests: Add test docs below id=9926a3d3908f322972d1bbd6ed4ba2a110d71460 -->
1284
- * ✔️ `add a custom locator with multple char prefix = -> data-test-id` <!-- check-tests: Add test docs below id=7ca616302cfbffca85f07cb838fbca61eaef0d91 -->
1285
- * ✔️ `add a custom locator with CSS` <!-- check-tests: Add test docs below id=61bfae9811df1cccb44907e23524f5b8311960a0 -->
1286
-
1287
- 📝 [test/unit/plugin/retryFailedStep_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/plugin/retryFailedStep_test.js) <!-- check-tests: Add test docs below id=0b7f5f61bea1eeeb73fd2097de755b1eff09bfe4 -->
1288
- * 📎 **retryFailedStep** <!-- check-tests: Add test docs below id=b985c12331fab04b2b938fdac5d465fc41330d35 -->
1289
- * ✔️ `should retry failed step` <!-- check-tests: Add test docs below id=07db67eb12b9d6a8252f1efb28295cf383a8f987 -->
1290
- * ✔️ `should not retry within` <!-- check-tests: Add test docs below id=132172a1dd4cd7f3959c20a278758e66127ce16b -->
1291
- * ✔️ `should not retry steps with wait*` <!-- check-tests: Add test docs below id=a244f3a72f31501dd5269a2b9afe8b7f5522d9f8 -->
1292
- * ✔️ `should not retry steps with amOnPage` <!-- check-tests: Add test docs below id=cba71dcc85a58183a6f5168da63d1820ccc905f2 -->
1293
- * ✔️ `should add custom steps to ignore` <!-- check-tests: Add test docs below id=6cb7b806988e25c5bd0c6c81cbeff682a656d8c3 -->
1294
- * ✔️ `should not retry session` <!-- check-tests: Add test docs below id=0de9292df4d43b43573f8572b833f1735746c896 -->
1295
-
1296
- 📝 [test/unit/plugin/screenshotOnFail_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/plugin/screenshotOnFail_test.js) <!-- check-tests: Add test docs below id=e3bce637caba443d51a248e679e08bb80f84d5fb -->
1297
- * 📎 **screenshotOnFail** <!-- check-tests: Add test docs below id=acbaece5e216730e00deb557ff4cfed34ceca756 -->
1298
- * ✔️ `should exclude the data driven in failed screenshot file name` <!-- check-tests: Add test docs below id=5381c26387fe30f05c755d4e2c38ec18505af9dc -->
1299
- * ✔️ `should create screenshot on fail` <!-- check-tests: Add test docs below id=481780442483bfdb89cf08864944c2ba704c9e41 -->
1300
- * ✔️ `should create screenshot with unique name` <!-- check-tests: Add test docs below id=6dea82dc0a216602aa6ca179aec191aba287e0e6 -->
1301
- * ✔️ `should create screenshot with unique name when uuid is null` <!-- check-tests: Add test docs below id=c91eb1c604048c3d720448a65ad41f510614a253 -->
1302
-
1303
- 📝 [test/unit/recorder_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/recorder_test.js) <!-- check-tests: Add test docs below id=9b6ea4c369aef293c8044ac329a9374e2e0db140 -->
1304
- * 📎 **Recorder** <!-- check-tests: Add test docs below id=5e83a3e91da7c6ee48605c10e6eb35714dd57331 -->
1305
- * ✔️ `should create a promise` <!-- check-tests: Add test docs below id=c2fff3a2d7ed07c04e86dc8424e55640e9e59013 -->
1306
- * ✔️ `should execute error handler on error` <!-- check-tests: Add test docs below id=50564f57a7d1081ac03308dd0469d62f79935887 -->
1307
- * 📎 **#session** <!-- check-tests: Add test docs below id=d0b2e5be2bded66ce52876c8d6c50bf20fee3c85 -->
1308
- * ✔️ `can be started saving previous promise chain` <!-- check-tests: Add test docs below id=d792cf8778da7a03c5de2bca8c77dc912fd416ff -->
1309
- * 📎 **#add** <!-- check-tests: Add test docs below id=46e73aa972e73a70aaa77460129181ad65a69e73 -->
1310
- * ✔️ `should add steps to promise` <!-- check-tests: Add test docs below id=74f0b3b45cc455ee105d880bb5de5b7aed8a43ce -->
1311
- * ✔️ `should not add steps when stopped` <!-- check-tests: Add test docs below id=94a928071672f7c3f9480e1042c75e97ce9366c4 -->
1312
- * 📎 **#retry** <!-- check-tests: Add test docs below id=16e613b3ac5e1a4725348cc680673fc2b24ce5d4 -->
1313
- * ✔️ `should retry failed steps when asked` <!-- check-tests: Add test docs below id=cc08ebe11e4aa4776001ff3873d452b87050c291 -->
1314
- * ✔️ `should create a chain of retries` <!-- check-tests: Add test docs below id=8111a2257479a7c3b5fd94002d8f53f6c0c04cb1 -->
1315
-
1316
- 📝 [test/unit/scenario_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/scenario_test.js) <!-- check-tests: Add test docs below id=d7cc6532d6fb0154f4c24c940d32476ffc732294 -->
1317
- * 📎 **Scenario** <!-- check-tests: Add test docs below id=a1655361d7b3d309ebc59dd2dd740338840662ea -->
1318
- * ✔️ `should wrap test function` <!-- check-tests: Add test docs below id=6e64bf3e99af617e9b89d00fefab636395e8f816 -->
1319
- * ✔️ `should work with async func` <!-- check-tests: Add test docs below id=4a5f62b2a5a636735be76b1ecb45743cdc48386a -->
1320
- * 📎 **events** <!-- check-tests: Add test docs below id=2d25b7801dae7afeee1167fb1299022852629b18 -->
1321
- * ✔️ `should fire events` <!-- check-tests: Add test docs below id=e45d413225ac4b4693d786f6f7f803ef3342704f -->
1322
- * ✔️ `should fire failed event on error` <!-- check-tests: Add test docs below id=adbf0593040a2f974a8253a67f4022191dd72a6a -->
1323
- * ✔️ `should fire failed event on async error` <!-- check-tests: Add test docs below id=48a78e8b0f7c1b67e082bcd3c65391d53c81e7b4 -->
1324
-
1325
- 📝 [test/unit/steps_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/steps_test.js) <!-- check-tests: Add test docs below id=d1fa1e1d338bd7f72a6e76b3eb1ac4264c6a2af2 -->
1326
- * 📎 **Step** <!-- check-tests: Add test docs below id=559e4ef713003b2865e6a2d91c5ca67a39b82082 -->
1327
- * ✔️ `has name` <!-- check-tests: Add test docs below id=3fd266ddbb5b762b688cdfd1d6de867241928313 -->
1328
- * ✔️ `should convert method names for output` <!-- check-tests: Add test docs below id=e039a4407218849addc369e81f1bc3bb5e61d261 -->
1329
- * ✔️ `should convert arguments for output` <!-- check-tests: Add test docs below id=400d3a618cf8c73aaf10da26129fe888a3f3f95a -->
1330
- * ✔️ `should provide nice output` <!-- check-tests: Add test docs below id=260f18ce4c30f1f93d02700da66437f05e576847 -->
1331
- * ✔️ `should provide code output` <!-- check-tests: Add test docs below id=620ed783e10291b09fddee09faf32bb33b3619b0 -->
1332
- * 📎 **#run** <!-- check-tests: Add test docs below id=a0793ec0d11e1edd3bb6b126f40732a26583c4ed -->
1333
- * ✔️ `should run step` <!-- check-tests: Add test docs below id=3a461b87eca049a5485e123881c3c1dcaac5a8c0 -->
1334
-
1335
- 📝 [test/unit/ui_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/ui_test.js) <!-- check-tests: Add test docs below id=9dd365d57029a7309d8d9a0a815c90287340c8ed -->
1336
- * 📎 **ui** <!-- check-tests: Add test docs below id=af657e4cd48fdce32debcfc52f754a0d920ef0d7 -->
1337
- * 📎 **basic constants** <!-- check-tests: Add test docs below id=d85ba7c95a5b600c00160f6e28f4bf1cc24b91a2 -->
1338
- * ✔️ `context should contain ` <!-- check-tests: Add test docs below id=c055ad927ab0e5f706af163a9258da5a9ea7bbcb -->
1339
- * 📎 **Feature** <!-- check-tests: Add test docs below id=4dffc2e7e135d3b89a7ab7415ae328872ce370ed -->
1340
- * ✔️ `Feature should return featureConfig` <!-- check-tests: Add test docs below id=94114cf469e62c82f194531bf66c2d53e6153162 -->
1341
- * ✔️ `should contain title` <!-- check-tests: Add test docs below id=5a512637ff0945b14f2b284fd19656c7d3227c98 -->
1342
- * ✔️ `should contain tags` <!-- check-tests: Add test docs below id=2be74615bf9df3952b64c348aae93b5b65f76e6b -->
1343
- * ✔️ `retries can be set` <!-- check-tests: Add test docs below id=bfce8087ead6a374f9e592d7dc3ceb93063323a0 -->
1344
- * ✔️ `timeout can be set` <!-- check-tests: Add test docs below id=a3c1dcd0bd697b9907e840a6a3867cbed1130b69 -->
1345
- * ✔️ `helpers can be configured` <!-- check-tests: Add test docs below id=d6cd1d91d044076402d13b27aa6bb7ffb30ca1b1 -->
1346
- * ✔️ `Feature can be skipped` <!-- check-tests: Add test docs below id=ceaa3aef15046a5e67bd06fa0d02cc62ea093f6b -->
1347
- * ✔️ `Feature can be skipped via xFeature` <!-- check-tests: Add test docs below id=0d2d868697eee18fc815fa6bf9b6884c3c027962 -->
1348
- * ✔️ `Feature are not skipped by default` <!-- check-tests: Add test docs below id=8a2a49b5e91ef3b1efb198fbc67e896230de798c -->
1349
- * ✔️ `Feature should correctly pass options to suite context` <!-- check-tests: Add test docs below id=f38027d09cbeb4cf10a41e93e31fe44c578fbff2 -->
1350
- * 📎 **Scenario** <!-- check-tests: Add test docs below id=a1655361d7b3d309ebc59dd2dd740338840662ea -->
1351
- * ✔️ `Scenario should return scenarioConfig` <!-- check-tests: Add test docs below id=116760caca26274c7715a8993b88c3a078ebbc75 -->
1352
- * ✔️ `should contain title` <!-- check-tests: Add test docs below id=5a512637ff0945b14f2b284fd19656c7d3227c98 -->
1353
- * ✔️ `should contain tags` <!-- check-tests: Add test docs below id=2be74615bf9df3952b64c348aae93b5b65f76e6b -->
1354
- * ✔️ `should dynamically inject dependencies` <!-- check-tests: Add test docs below id=6c7223798f82b947af9ad55a6908b8afdcef035f -->
1355
- * 📎 **todo** <!-- check-tests: Add test docs below id=19a13f2a6cb2e91ae145fb93f0f4adbc72814522 -->
1356
- * ✔️ `should inject skipInfo to opts` <!-- check-tests: Add test docs below id=9ac7cf7b543f33236cf076a6e0ce4dc38a019382 -->
1357
- * ✔️ `should contain empty description in skipInfo and empty body` <!-- check-tests: Add test docs below id=420e5b7ac4e27467adc16f227f2453687b766ca5 -->
1358
- * ✔️ `should inject custom opts to opts and without callback` <!-- check-tests: Add test docs below id=494969b1de1e2902517c3670b98a4b08e6e62cb8 -->
1359
- * ✔️ `should inject custom opts to opts and with callback` <!-- check-tests: Add test docs below id=54a127615f2552b5cc4602f67a9c98d7fca76214 -->
1360
-
1361
- 📝 [test/unit/utils_test.js](https://github.com/codeceptjs/CodeceptJS/tree/d60dde173b5aecc06e45de0a6b86a43dec69f8ef/test/unit/utils_test.js) <!-- check-tests: Add test docs below id=645ed189d4e3fa28e6795dcb1617ec2ada00f30d -->
1362
- * 📎 **utils** <!-- check-tests: Add test docs below id=d83b5fd444b48193a438de0cd119a587385fadf0 -->
1363
- * 📎 **#fileExists** <!-- check-tests: Add test docs below id=35580d7d8d1a4c9e88ec8ae8f6efc0b59a36fb74 -->
1364
- * ✔️ `exists` <!-- check-tests: Add test docs below id=53b79a29cfa6bb80d18a10caa09be789503faeb1 -->
1365
- * ✔️ `not exists` <!-- check-tests: Add test docs below id=64cb6c79bf43788b55e5f34604bc3c19b7a4c9d8 -->
1366
- * 📎 **#getParamNames** <!-- check-tests: Add test docs below id=5ccefe4f197191024734ed6ac60856e3cc12e74a -->
1367
- * ✔️ `fn#1` <!-- check-tests: Add test docs below id=456edef9d22384d2a0333c205242b115fd00a097 -->
1368
- * ✔️ `fn#2` <!-- check-tests: Add test docs below id=9d07ca225c1488b85fe7cabb61d7006c2ada8f68 -->
1369
- * ✔️ `should handle single-param arrow functions with omitted parens` <!-- check-tests: Add test docs below id=34e4430bc6a6fb04c02450be59f7fefbb5592bd8 -->
1370
- * ✔️ `should handle trailing comma` <!-- check-tests: Add test docs below id=38cf8c994c3f21fe229edb4b1e52a3cc5861a120 -->
1371
- * 📎 **#methodsOfObject** <!-- check-tests: Add test docs below id=06a0dd4b5c86f4989a6aa86ec9e81f174a0d0032 -->
1372
- * ✔️ `should get methods` <!-- check-tests: Add test docs below id=1893bf669e596c2f8fa1ff94a5cc1c9dd883f6fa -->
1373
- * 📎 **#ucfirst** <!-- check-tests: Add test docs below id=e8e6752ac1b4c7b74c2f5fe8209a4c2b85f273f4 -->
1374
- * ✔️ `should capitalize first letter` <!-- check-tests: Add test docs below id=2a271b3c9cd76675ffe525a45808ea4ec52ecba8 -->
1375
- * 📎 **#beautify** <!-- check-tests: Add test docs below id=efa38a56252ae97fd7b3a37b79a78f5c2b5612b5 -->
1376
- * ✔️ `should beautify JS code` <!-- check-tests: Add test docs below id=d613ff47f10e79c244179cdfa2cba2136f11af7b -->
1377
- * 📎 **#xpathLocator** <!-- check-tests: Add test docs below id=1d6712fd4aa78c3a3f18a81e08089c8f6d07ff60 -->
1378
- * ✔️ `combines xpaths` <!-- check-tests: Add test docs below id=40bfb52fa0a0b452d14d2c9d53d9a0cd2c3265a2 -->
1379
- * ✔️ `converts string to xpath literal` <!-- check-tests: Add test docs below id=3eb757a366270863b8f0b8f4bcb2a035a1f23053 -->
1380
- * 📎 **#replaceValueDeep** <!-- check-tests: Add test docs below id=68c48f27e37234e17af04ceeb854d965e99508dd -->
1381
- * ✔️ `returns updated object` <!-- check-tests: Add test docs below id=c7ac4290e59ad7fcf7ce772d474d7188ee131ef8 -->
1382
- * ✔️ `do not replace unexisting value` <!-- check-tests: Add test docs below id=772417cf7dbafa4f90ed8daf8fc2e0a939ae3e84 -->
1383
- * ✔️ `replace simple value` <!-- check-tests: Add test docs below id=a89e7d2bbaf2b9757e7466a93cd1f3d40ba55426 -->
1384
- * ✔️ `replace simple falsy value` <!-- check-tests: Add test docs below id=fc25f8fa1d9cde0faec01ba8dd736f061f269c49 -->
1385
- * ✔️ `replace value in array of objects` <!-- check-tests: Add test docs below id=fb80b52fcfe24cac630248f3f95e0803be115bbe -->
1386
- * ✔️ `replace simple value deep in object` <!-- check-tests: Add test docs below id=c82e213687a764617063898018649488f100097b -->
1387
- * ✔️ `replace object value` <!-- check-tests: Add test docs below id=3c7eeb0a0581f877e2f0418c20745781f16d3ddc -->
1388
- * 📎 **#getNormalizedKeyAttributeValue** <!-- check-tests: Add test docs below id=e10a5957e203fc94ebcf2201dacb72202c55a4b1 -->
1389
- * ✔️ `should normalize key (alias) to key attribute value` <!-- check-tests: Add test docs below id=449f97f09df622a6c845c289c8537156333e7c8e -->
1390
- * ✔️ `should normalize modifier key based on operating system` <!-- check-tests: Add test docs below id=2c8923294c6f9b5f21e3560ee136dc7ffff183f8 -->
1391
- * 📎 **#screenshotOutputFolder** <!-- check-tests: Add test docs below id=bb0115fae2aafd55ac1271b61d681e63aab47e8d -->
1392
- * ✔️ `returns the joined filename for filename only` <!-- check-tests: Add test docs below id=2690693c2697c90b8aced43966df136874db41ac -->
1393
- * ✔️ `returns the given filename for absolute one` <!-- check-tests: Add test docs below id=faedfcbd94d8a62f8d51607ea7fff0e29b3ba483 -->