File tree Expand file tree Collapse file tree 3 files changed +0
-222
lines changed
test/e2e/tests/confirmations
ui/pages/confirmations/components/confirm/nav Expand file tree Collapse file tree 3 files changed +0
-222
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ exports[`ConfirmNav should match snapshot 1`] = `
12
12
<button
13
13
aria-label = " Previous Confirmation"
14
14
class = " mm-box mm-button-icon mm-button-icon--size-sm confirm_nav__left_btn mm-box--display-inline-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-icon-alternative mm-box--background-color-background-alternative mm-box--rounded-full"
15
- data-testid = " confirm-nav__previous-confirmation"
16
15
>
17
16
<span
18
17
class = " mm-box mm-icon mm-icon--size-sm mm-box--display-inline-block mm-box--color-inherit"
@@ -29,7 +28,6 @@ exports[`ConfirmNav should match snapshot 1`] = `
29
28
<button
30
29
aria-label = " Next Confirmation"
31
30
class = " mm-box mm-button-icon mm-button-icon--size-sm confirm_nav__right_btn mm-box--display-inline-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-icon-alternative mm-box--background-color-background-alternative mm-box--rounded-full"
32
- data-testid = " confirm-nav__next-confirmation"
33
31
>
34
32
<span
35
33
class = " mm-box mm-icon mm-icon--size-sm mm-box--display-inline-block mm-box--color-inherit"
@@ -39,7 +37,6 @@ exports[`ConfirmNav should match snapshot 1`] = `
39
37
</div >
40
38
<button
41
39
class = " mm-box mm-text mm-button-base mm-button-base--size-md confirm_nav__reject_all mm-button-primary mm-text--body-md-medium mm-text--font-weight-normal mm-box--padding-0 mm-box--padding-right-3 mm-box--padding-left-3 mm-box--display-inline-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-primary-inverse mm-box--background-color-primary-default mm-box--rounded-xl"
42
- data-testid = " confirm-nav__reject-all"
43
40
type = " secondary"
44
41
>
45
42
<span
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ const Nav = () => {
101
101
< Box alignItems = { AlignItems . center } display = { Display . Flex } >
102
102
< ButtonIcon
103
103
ariaLabel = "Previous Confirmation"
104
- data-testid = "confirm-nav__previous-confirmation"
105
104
backgroundColor = { BackgroundColor . backgroundAlternative }
106
105
borderRadius = { BorderRadius . full }
107
106
className = "confirm_nav__left_btn"
@@ -120,7 +119,6 @@ const Nav = () => {
120
119
</ Text >
121
120
< ButtonIcon
122
121
ariaLabel = "Next Confirmation"
123
- data-testid = "confirm-nav__next-confirmation"
124
122
backgroundColor = { BackgroundColor . backgroundAlternative }
125
123
borderRadius = { BorderRadius . full }
126
124
className = "confirm_nav__right_btn"
@@ -136,7 +134,6 @@ const Nav = () => {
136
134
< Button
137
135
borderRadius = { BorderRadius . XL }
138
136
className = "confirm_nav__reject_all"
139
- data-testid = "confirm-nav__reject-all"
140
137
fontWeight = { FontWeight . Normal }
141
138
onClick = { onRejectAll }
142
139
paddingLeft = { 3 }
You can’t perform that action at this time.
0 commit comments