mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-09 06:04:17 -05:00
refactor(client): remove unused playwright test labels (#63042)
This commit is contained in:
@@ -12,7 +12,6 @@ const AsSeenInText = (
|
||||
xmlnsXlink='http://www.w3.org/1999/xlink'
|
||||
{...props}
|
||||
fill={fill}
|
||||
data-playwright-test-label='landing-as-seen-in-container-logos'
|
||||
role='img'
|
||||
aria-labelledby='as-seen-in-logos-label'
|
||||
>
|
||||
|
||||
@@ -70,10 +70,7 @@ const UniversalNav = ({
|
||||
to='/learn'
|
||||
data-playwright-test-label='header-universal-nav-logo'
|
||||
>
|
||||
<FreeCodeCampLogo
|
||||
aria-label={t('aria.fcc-curriculum')}
|
||||
data-playwright-test-label='header-logo'
|
||||
/>
|
||||
<FreeCodeCampLogo aria-label={t('aria.fcc-curriculum')} />
|
||||
</Link>
|
||||
<div className='universal-nav-right main-nav'>
|
||||
{pending ? (
|
||||
|
||||
Reference in New Issue
Block a user