3 references to MainLayoutLaunchSettings
Aspire.Dashboard.Tests (3)
Integration\Playwright\AppBarTests.cs (3)
35
var settingsButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name = Layout.
MainLayoutLaunchSettings
});
81
var settingsButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name = Layout.
MainLayoutLaunchSettings
});
99
settingsButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name = Layout.
MainLayoutLaunchSettings
});