Adam Brown
|
69745ea74e
|
waiting until the room avatar item is ready as the title and list have a loading state
|
2021-11-18 17:51:57 +00:00 |
|
Adam Brown
|
b57d414189
|
increase app timeout as sign out can block for a long time
|
2021-11-18 17:51:34 +00:00 |
|
Benoit Marty
|
8d8565ca63
|
Quick fix on this file
|
2021-11-15 21:37:51 +01:00 |
|
Benoit Marty
|
eb39b37374
|
Fix warning after rebase (it's for test, so OK to suppress warning)
|
2021-11-15 21:35:01 +01:00 |
|
Adam Brown
|
42648298b6
|
formatting
|
2021-11-10 17:09:08 +00:00 |
|
Adam Brown
|
10a8a45391
|
waiting for the sent message to be rendered in the timeline
|
2021-11-10 17:07:10 +00:00 |
|
Adam Brown
|
c8ae3f9a83
|
removing unused imports
|
2021-11-10 17:07:10 +00:00 |
|
Adam Brown
|
411be43287
|
waiting for the edited text to appear instead of sleeping
|
2021-11-10 17:07:10 +00:00 |
|
Adam Brown
|
2583a6d6bf
|
taking screenshots on sanity test failure
|
2021-11-10 17:07:10 +00:00 |
|
Adam Brown
|
fc865682b1
|
waiting for the message actions bottom sheet when interacting with the message options
|
2021-11-10 17:07:10 +00:00 |
|
Adam Brown
|
39b4116699
|
adding bottomsheet idling resource to wait for expand and hide events
|
2021-11-10 17:07:10 +00:00 |
|
Adam Brown
|
e5edfe9c73
|
adding dedicated message menu robot and adding sanity check for developer mode flows
|
2021-11-10 17:07:10 +00:00 |
|
Adam Brown
|
2a66efb733
|
adding helper to fetch text from resources
|
2021-11-10 17:07:10 +00:00 |
|
Adam Brown
|
528c5a3671
|
adding warning when the signout flow is unexpected
|
2021-11-08 17:08:53 +00:00 |
|
Adam Brown
|
3add33eb0d
|
removing unused imports
|
2021-11-08 15:11:03 +00:00 |
|
Adam Brown
|
579963733b
|
moving verification dismissing to the robot
|
2021-11-08 15:03:34 +00:00 |
|
Adam Brown
|
f61d20a7f8
|
adding sign out + re-sign in flows to the robots
- the verification popup if flaky so we're attempting both exit flows if needed
|
2021-11-08 14:50:58 +00:00 |
|
Benoit Marty
|
2b58c0e5ab
|
ktlint
|
2021-11-08 15:06:23 +01:00 |
|
Adam Brown
|
78675d4aa1
|
fixing formatting
|
2021-11-05 15:48:45 +00:00 |
|
Adam Brown
|
657a613374
|
ensuring we wait for the create room fragment to be ready
|
2021-11-05 15:47:21 +00:00 |
|
Adam Brown
|
b1397aee51
|
relying on createRoom to close itself rather than the newRoom flow
|
2021-11-05 15:35:57 +00:00 |
|
Adam Brown
|
0405c2df8d
|
adding missing activity wait whilst navigating to the room members
|
2021-11-05 15:01:06 +00:00 |
|
Adam Brown
|
803929ea45
|
using static imports for the espresso helpers and reusing existing wait for view
|
2021-11-05 14:56:29 +00:00 |
|
Adam Brown
|
7b6773f90e
|
removing no longer needed sleeps
|
2021-11-05 14:44:22 +00:00 |
|
Adam Brown
|
264f49b02c
|
moving settings robots to their own pacakge
|
2021-11-05 14:41:01 +00:00 |
|
Adam Brown
|
32f5893798
|
moving the signout to the robot but commenting out whilst a bug is fixed
- also makes waitForActivity stronger by also waiting for child views
|
2021-11-05 14:38:20 +00:00 |
|
Adam Brown
|
0f1c9f4af5
|
porting ui base to be a onboarding robot and providing via the element robot
|
2021-11-05 13:56:51 +00:00 |
|
Adam Brown
|
17789f00bb
|
ensuring we end up back where we started via the root robot helpers
|
2021-11-05 13:29:45 +00:00 |
|
Adam Brown
|
d2aec09b5b
|
making all waitForViews have an initial 100ms wait this completely removed the flakyness when running the tests on my emulator
|
2021-11-05 13:29:16 +00:00 |
|
Adam Brown
|
f08d3965c1
|
replacing sleeps with view waits where possible
|
2021-11-05 11:26:30 +00:00 |
|
Adam Brown
|
e0544a677d
|
removing sleeps in favour of waiting for the views to become ready
- improves the flakyness around the bottom sheets and dialogs
|
2021-11-05 11:16:00 +00:00 |
|
Adam Brown
|
5284765149
|
adding helper for waiting until view is ready
|
2021-11-05 10:33:19 +00:00 |
|
Adam Brown
|
557609c175
|
porting the room flows to the robot pattern
|
2021-11-04 16:14:51 +00:00 |
|
Adam Brown
|
e800c59f57
|
porting the new direct message checks to the robot pattern
|
2021-11-04 15:00:15 +00:00 |
|
Adam Brown
|
67fe07a385
|
porting settings crawling to the robot pattern
|
2021-11-04 14:46:01 +00:00 |
|
Adam Brown
|
2f3716d9b9
|
using robot pattern to navigate the settings
- will allow reuse of navigating around the app (eg enabling develop options and go back to previous locations)
|
2021-11-04 12:55:54 +00:00 |
|
Adam Brown
|
ed4f26de81
|
adding login timeouts to reduce flakyness during login
|
2021-11-04 12:35:03 +00:00 |
|
Benoit Marty
|
612f0c77ea
|
Wait a bit more
|
2021-10-08 16:26:36 +02:00 |
|
Benoit Marty
|
f5375c7af2
|
Run ./gradlew ktlintFormat
|
2021-10-02 11:49:28 +02:00 |
|
Benoit Marty
|
d1e9f3131a
|
Big annoying commit: execute command ./gradlew ktlintFormat - Fix "colon-spacing"
|
2021-10-01 13:31:15 +02:00 |
|
Benoit Marty
|
2ca3c68611
|
Big annoying commit: execute command ./gradlew ktlintFormat - Fix "import-ordering"
|
2021-10-01 13:31:15 +02:00 |
|
Benoit Marty
|
f39d2b141e
|
Wait for emoji to load, it's async now
Testing before release 1.3.0
|
2021-09-27 12:56:05 +02:00 |
|
Benoit Marty
|
1b262a4df8
|
Merge pull request #4071 from vector-im/tools/adm/connected_tests
Fixing no tests found when running vector:connectedAndroidTest
|
2021-09-24 09:53:04 +02:00 |
|
Adam Brown
|
4f340f6b90
|
adding extra sleeps in order to get the tests completing more consistently locally
|
2021-09-23 20:21:24 +01:00 |
|
ganfra
|
fc5c6b9b00
|
RoomDetail: lazy load EmojiDataSource data (+ async)
|
2021-09-23 13:13:16 +02:00 |
|
Benoit Marty
|
a76aedbbc7
|
Fix clicking on edited message
|
2021-09-03 17:02:14 +02:00 |
|
Benoit Marty
|
2b1c517f64
|
Fix test broken sometimes, and test new bottom sheet about room type
|
2021-09-03 17:02:14 +02:00 |
|
Benoit Marty
|
01dae575de
|
Fix sanity test with new notification V2 screens
|
2021-09-03 17:02:14 +02:00 |
|
Benoit Marty
|
73881d0813
|
Upgrade dependency on Barista.
Should fix #3929
Barista has changed location since 4.0.0
|
2021-09-03 17:02:14 +02:00 |
|
Benoit Marty
|
fc22376050
|
Ignore warning in test.
There is probably a better way than using the GlobalScope, but I'm not sure how to do it now.
|
2021-09-03 17:02:14 +02:00 |
|