@@ -24,7 +24,6 @@ class FetchTests: UnicodeRepoUITests
24
24
{
25
25
func testFetchRemote( ) throws
26
26
{
27
- throw XCTSkip ( " pop-up menu tests aren't working " )
28
27
let newFileName = " newfile.txt "
29
28
30
29
XCTAssert ( env. makeRemoteCopy ( named: remoteName) )
@@ -48,7 +47,7 @@ class FetchTests: UnicodeRepoUITests
48
47
// doesn't know yet that it's behind.
49
48
XCTAssertFalse ( statusIndicator. exists)
50
49
51
- Window . fetchButton. press ( forDuration: 0.5 )
50
+ Window . fetchButton. press ( forDuration: 0.25 )
52
51
Window . fetchMenu. menuItems [ " Fetch Remote \" \( remoteName) \" " ] . click ( )
53
52
wait ( for: [ hiding ( of: Window . progressSpinner) ] , timeout: 3.0 )
54
53
@@ -100,8 +99,7 @@ class PushTests: UnicodeRepoUITests
100
99
101
100
func testPushAnyTracking( ) throws
102
101
{
103
- throw XCTSkip ( " pop-up menu tests aren't working " )
104
- Window . pushButton. press ( forDuration: 0.5 )
102
+ Window . pushButton. press ( forDuration: 0.25 )
105
103
Window . pushMenu. menuItems [ " Push to Any Tracking Branches on \" \( remoteName) \" " ] . click ( )
106
104
107
105
Window . window. sheets. buttons [ " Push " ] . click ( )
@@ -127,14 +125,13 @@ class PushNewTests: UnicodeRepoUITests
127
125
128
126
func pushNewBranch( tracking: Bool ) throws
129
127
{
130
- throw XCTSkip ( " pop-up menu tests aren't working " )
131
128
env. open ( )
132
129
133
130
let indicator = Sidebar . trackingStatusIndicator ( branch: branchName)
134
131
135
132
XCTAssertFalse ( indicator. exists)
136
133
137
- Window . pushButton. press ( forDuration: 0.5 )
134
+ Window . pushButton. press ( forDuration: 0.25 )
138
135
Window . pushMenu. menuItems [ " Push to New Remote Branch... " ] . click ( )
139
136
140
137
let trackingButton = PushNewSheet . setTrackingCheck
0 commit comments