File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 34
34
isOwnAddress,
35
35
nameAddress,
36
36
type,
37
- }) in accountsFiltered"
37
+ }, index ) in accountsFiltered"
38
38
:key =" address"
39
39
:to ="
40
40
(isSelector)
43
43
"
44
44
class =" address-book-item"
45
45
:style =" bgColorStyle(isOwnAddress, nameAddress, address)"
46
+ :idx =" index"
47
+ data-cy =" address-book-item"
46
48
@click =" selectAddress(nameAddress, address)"
47
49
>
48
50
<AccountInfo
Original file line number Diff line number Diff line change 28
28
:title =" help?.title"
29
29
:msg =" help?.msg"
30
30
:full-screen =" !!help?.fullscreen"
31
+ data-cy =" btn-help"
31
32
@help =" $emit('help')"
32
33
/>
33
34
<div
Original file line number Diff line number Diff line change 22
22
:subheader =" $t(
23
23
'modals.createAccount.addProtocolAccount', { name: getProtocolName(protocol) })"
24
24
:protocol-icon =" protocol"
25
+ :data-cy =" `btn-add-${protocol}`"
25
26
@click =" resolve(protocol)"
26
27
/>
27
28
</Modal >
Original file line number Diff line number Diff line change 93
93
|| !!errors.confirmPassword
94
94
)"
95
95
:text =" $t('pages.setPassword.confirm')"
96
+ data-cy =" btn-set-password"
96
97
@click =" handleSubmit($event, onSubmit)"
97
98
/>
98
99
<BtnMain
99
100
variant =" muted"
100
101
:text =" $t('pages.setPassword.skip')"
101
102
extend
102
103
nowrap
104
+ data-cy =" btn-skip-password"
103
105
@click =" useDefaultPassword"
104
106
/>
105
107
</div >
You can’t perform that action at this time.
0 commit comments