Skip to content

Commit

Permalink
Change duplicated accessibilityLabel that was causing flakiness for 2…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
Simone Scionti committed Aug 20, 2024
1 parent 260b36f commit 3b50c18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Test Host/Base.lproj/MainStoryboard.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="Hello" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="qfF-gg-VsM" userLabel="Occluded view">
<rect key="frame" x="63" y="136" width="111" height="29"/>
<autoresizingMask key="autoresizingMask" flexibleMinY="YES" flexibleMaxY="YES"/>
<accessibility key="accessibilityConfiguration" hint="" label="Greeting">
<accessibility key="accessibilityConfiguration" hint="">
<accessibilityTraits key="traits" updatesFrequently="YES"/>
</accessibility>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
Expand Down Expand Up @@ -1591,7 +1591,7 @@
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="Hello" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Qs0-rL-Yva" userLabel="Out of frame view">
<rect key="frame" x="131" y="2000" width="152" height="29"/>
<autoresizingMask key="autoresizingMask" flexibleMinY="YES" flexibleMaxY="YES"/>
<accessibility key="accessibilityConfiguration" hint="" label="Greeting">
<accessibility key="accessibilityConfiguration" hint="">
<accessibilityTraits key="traits" updatesFrequently="YES"/>
</accessibility>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
Expand Down Expand Up @@ -2187,10 +2187,10 @@ Line Break
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
<systemColor name="systemBrownColor">
<color red="0.63529411764705879" green="0.51764705882352946" blue="0.36862745098039218" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.63529411759999999" green="0.51764705879999995" blue="0.36862745099999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</systemColor>
<systemColor name="systemPurpleColor">
<color red="0.68627450980392157" green="0.32156862745098042" blue="0.87058823529411766" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.68627450980000004" green="0.32156862749999998" blue="0.87058823529999996" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</systemColor>
</resources>
</document>

0 comments on commit 3b50c18

Please sign in to comment.