File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ class RelayTests: LoggedInWithTimeUITestCase {
126
126
127
127
// Should be two UDP connection attempts but sometimes only one is shown in the UI
128
128
TunnelControlPage ( app)
129
+ . tapRelayStatusExpandCollapseButton ( )
129
130
. verifyConnectionAttemptsOrder ( )
130
131
. tapCancelButton ( )
131
132
}
@@ -252,6 +253,7 @@ class RelayTests: LoggedInWithTimeUITestCase {
252
253
253
254
// Should be two UDP connection attempts but sometimes only one is shown in the UI
254
255
TunnelControlPage ( app)
256
+ . tapRelayStatusExpandCollapseButton ( )
255
257
. verifyConnectingOverTCPAfterUDPAttempts ( )
256
258
. waitForConnectedLabel ( )
257
259
. tapDisconnectButton ( )
Original file line number Diff line number Diff line change 9
9
],
10
10
"pr-merge-to-main" : [
11
11
" AccountTests/testLogin" ,
12
- " AccountTests/testCreateAccount"
12
+ " AccountTests/testCreateAccount" ,
13
+ " RelayTests"
13
14
],
14
15
"api-tests" : [
15
16
" AccountTests"
You can’t perform that action at this time.
0 commit comments