Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
Add missing element identifier (#842)
Browse files Browse the repository at this point in the history
Co-authored-by: thangpham26394 <[email protected]>
  • Loading branch information
zeusatee and thangpham26394 authored Oct 14, 2022
1 parent 9e58573 commit 53c21e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ class KSwapViewController: KNBaseViewController {
override func viewDidLoad() {
super.viewDidLoad()

tabBarItem.accessibilityIdentifier = "menuSwap"

self.viewModel.resetDefaultTokensPair()
self.fromAmountTextField.setupCustomDeleteIcon()
self.toAmountTextField.setupCustomDeleteIcon()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
<color key="textColor" red="0.1137254902" green="0.91372549020000005" blue="0.71372549019999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="accessibilityIdentifier accessibilityIdentifier" value="txtSrcBalance"/>
<userDefinedRuntimeAttribute type="string" keyPath="accessibilityID" value="txtSrcBalance"/>
</userDefinedRuntimeAttributes>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="swap_wallet" translatesAutoresizingMaskIntoConstraints="NO" id="e9r-Vv-OQ9">
Expand Down

0 comments on commit 53c21e6

Please sign in to comment.