chore(UserInterface): update test selectors
This commit is contained in:
@@ -176,7 +176,7 @@ export default function UserInterface() {
|
|||||||
)}
|
)}
|
||||||
multiline
|
multiline
|
||||||
fullWidth
|
fullWidth
|
||||||
data-test="logo-svg-data-text-field"
|
data-test="footer-logo-svg-data-text-field"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<TextField
|
<TextField
|
||||||
@@ -186,7 +186,7 @@ export default function UserInterface() {
|
|||||||
)}
|
)}
|
||||||
multiline
|
multiline
|
||||||
fullWidth
|
fullWidth
|
||||||
data-test="logo-svg-data-text-field"
|
data-test="footer-copyright-text-field"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<ColorInput
|
<ColorInput
|
||||||
@@ -212,7 +212,7 @@ export default function UserInterface() {
|
|||||||
label={formatMessage('userInterfacePage.footerDocsLinkLabel')}
|
label={formatMessage('userInterfacePage.footerDocsLinkLabel')}
|
||||||
multiline
|
multiline
|
||||||
fullWidth
|
fullWidth
|
||||||
data-test="logo-svg-data-text-field"
|
data-test="logo-docs-text-field"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<TextField
|
<TextField
|
||||||
@@ -220,7 +220,7 @@ export default function UserInterface() {
|
|||||||
label={formatMessage('userInterfacePage.footerTosLinkLabel')}
|
label={formatMessage('userInterfacePage.footerTosLinkLabel')}
|
||||||
multiline
|
multiline
|
||||||
fullWidth
|
fullWidth
|
||||||
data-test="logo-svg-data-text-field"
|
data-test="logo-tos-text-field"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<TextField
|
<TextField
|
||||||
@@ -230,7 +230,7 @@ export default function UserInterface() {
|
|||||||
)}
|
)}
|
||||||
multiline
|
multiline
|
||||||
fullWidth
|
fullWidth
|
||||||
data-test="logo-svg-data-text-field"
|
data-test="logo-privacy-policy-text-field"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<TextField
|
<TextField
|
||||||
@@ -240,7 +240,7 @@ export default function UserInterface() {
|
|||||||
)}
|
)}
|
||||||
multiline
|
multiline
|
||||||
fullWidth
|
fullWidth
|
||||||
data-test="logo-svg-data-text-field"
|
data-test="logo-imprint-text-field"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<LoadingButton
|
<LoadingButton
|
||||||
|
|||||||
Reference in New Issue
Block a user