Update retries in playwright config and refactor account settings
This update changes the number of retries in the Playwright configuration. Additionally, solid improvements have been made in the account settings, including better data semantics for testing, changes to email confirmation, and adding a new E2E test suite for accounts. The sign-up flow was updated and problems with multi-language support logic were fixed.
This commit is contained in:
@@ -88,9 +88,17 @@ export function PersonalAccountDropdown({
|
||||
'fade-in animate-in flex w-full flex-col truncate text-left'
|
||||
}
|
||||
>
|
||||
<span className={'truncate text-sm'}>{displayName}</span>
|
||||
<span
|
||||
data-test={'account-dropdown-display-name'}
|
||||
className={'truncate text-sm'}
|
||||
>
|
||||
{displayName}
|
||||
</span>
|
||||
|
||||
<span className={'text-muted-foreground truncate text-xs'}>
|
||||
<span
|
||||
data-test={'account-dropdown-email'}
|
||||
className={'text-muted-foreground truncate text-xs'}
|
||||
>
|
||||
{signedInAsLabel}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user