Digital ACT-191 ONEAPP-7135 story: pass selectedID for test setup

This commit is contained in:
vasavk 2024-04-05 21:38:41 +05:30
parent fe552d1ed0
commit a285fe853b

View File

@ -145,6 +145,7 @@ class DropdownSelectViewController: BaseViewController<DropdownSelect> {
component.errorText = "Enter a valid address."
component.tooltipModel = .init(title: "Check the formatting of your address", content:"House/Building number then street name")
component.options = moreOptions
component.selectId = 0
/// callback to know which option chose
component.onDropdownItemSelect = { option in