From c4186edda5c680c37c02897b7416017d17ee41c1 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 8 Apr 2025 15:48:29 -0400 Subject: [PATCH] [tests] Correctly mark Aspire.Dashboard.Tests.Integration.Playwright.AppBarTests with RequiresPlaywright --- .../Aspire.Dashboard.Tests/Integration/Playwright/AppBarTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Aspire.Dashboard.Tests/Integration/Playwright/AppBarTests.cs b/tests/Aspire.Dashboard.Tests/Integration/Playwright/AppBarTests.cs index aa5a20b9532..f48b6b5d031 100644 --- a/tests/Aspire.Dashboard.Tests/Integration/Playwright/AppBarTests.cs +++ b/tests/Aspire.Dashboard.Tests/Integration/Playwright/AppBarTests.cs @@ -10,6 +10,7 @@ namespace Aspire.Dashboard.Tests.Integration.Playwright; +[RequiresPlaywright] public class AppBarTests : PlaywrightTestsBase { public AppBarTests(DashboardServerFixture dashboardServerFixture)