test: adapt apps tests to new logic

This commit is contained in:
Jakub P.
2024-12-16 09:15:44 +01:00
committed by Ali BARIN
parent c78646ed8e
commit a8ed13da33
5 changed files with 319 additions and 116 deletions

View File

@@ -87,6 +87,7 @@ export default function AdminApplication() {
component={Link}
/>
<Tab
data-test="auth-clients-tab"
label={formatMessage('adminApps.authClients')}
to={URLS.ADMIN_APP_AUTH_CLIENTS(appKey)}
value={URLS.ADMIN_APP_AUTH_CLIENTS_PATTERN}