mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-23 00:54:22 +01:00
Fix e2e tests (#2256)
This commit is contained in:
@@ -50,7 +50,10 @@ export default function WelcomeScreen({ onSubmit }: WelcomeScreenProps) {
|
||||
|
||||
{/* ProviderGrid */}
|
||||
<div className="w-full">
|
||||
<h2 className="text-3xl font-medium text-textStandard tracking-tight mb-2">
|
||||
<h2
|
||||
className="text-3xl font-medium text-textStandard tracking-tight mb-2"
|
||||
data-testid="provider-selection-heading"
|
||||
>
|
||||
Choose a Provider
|
||||
</h2>
|
||||
<p className="text-xl text-textStandard mb-4">
|
||||
|
||||
Reference in New Issue
Block a user