File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15201520 <color key =" backgroundColor" name =" controlColor" catalog =" System" colorSpace =" catalog" />
15211521 </textFieldCell >
15221522 </textField >
1523- <comboBox verticalHuggingPriority =" 750" fixedFrame =" YES" translatesAutoresizingMaskIntoConstraints =" NO" id =" Sgp-Di-Z4I" >
1523+ <comboBox identifier = " ipaddrfield " verticalHuggingPriority =" 750" fixedFrame =" YES" translatesAutoresizingMaskIntoConstraints =" NO" id =" Sgp-Di-Z4I" >
15241524 <rect key =" frame" x =" 171" y =" 651" width =" 332" height =" 25" />
15251525 <autoresizingMask key =" autoresizingMask" flexibleMinX =" YES" widthSizable =" YES" flexibleMaxX =" YES" flexibleMinY =" YES" />
15261526 <comboBoxCell key =" cell" scrollable =" YES" lineBreakMode =" clipping" selectable =" YES" editable =" YES" sendsActionOnEndEditing =" YES" borderStyle =" bezel" drawsBackground =" YES" numberOfVisibleItems =" 10" id =" Xfl-Op-pqt" >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class SubnetCalcUITest: XCTestCase {
3030 // Use XCTAssert and related functions to verify your tests produce the correct results.
3131
3232 let subnetcalcWindow = XCUIApplication ( ) . windows [ " SubnetCalc " ]
33- let ipaddrfieldTextField = subnetcalcWindow. textFields [ " ipaddrfield " ]
33+ let ipaddrfieldTextField = subnetcalcWindow. comboBoxes [ " ipaddrfield " ]
3434
3535 subnetcalcWindow. tabs [ " IPv4 " ] . click ( )
3636 ipaddrfieldTextField. click ( )
You can’t perform that action at this time.
0 commit comments