Commit 4c2d37a
committed
fix: initialize chai.should() in Appium tests
The test was failing with 'Cannot read properties of undefined (reading "be")'
because chai's should assertion style was not initialized.
Added chai.should() call after imports to enable should-style assertions
throughout the test file.
Fixes test: device lock : #seeDeviceIsLocked, #seeDeviceIsUnlocked1 parent a584ef7 commit 4c2d37a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments