Closed kirillzyusko closed 2 weeks ago
Current size | Target Size | Difference |
---|---|---|
159566 bytes | 159566 bytes | 0 bytes 📉 |
PR Preview Action v1.4.8 :---: Preview removed because the pull request was closed. 2024-11-15 12:47 UTC
The latest updates on your projects. Learn more about Argos notifications ↗︎
Build | Status | Details | Updated (UTC) |
---|---|---|---|
default (Inspect) | 👍 Changes approved | 1 changed | Nov 15, 2024, 12:13 PM |
📜 Description
Made e2e tests better 🙂
💡 Motivation and Context
The main motivation to do that was to have
device.tap()
method - it would allow us to test switch to emoji keyboard. I added this, but then realized, that flagSOFT_CHECK
doesn't satisfy for previous goals, so I decided to createdevicePreferences
mechanism.Then I tried to enable
OverKeyboardView
tests and suddenly they started to work 😲Last piece was updating
KeyboardToolbar
tests 🙂📢 Changelog
E2E
OverKeyboardView
tests on iOS;KeyboardToolbar
incompatibility with new Detox version;getDevicePreference
method;🤔 How Has This Been Tested?
Tested on CI.
📝 Checklist