File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
tests/Aspire.Dashboard.Tests/Integration/Playwright Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33
44using Aspire . TestUtilities ;
55using Aspire . Dashboard . Configuration ;
6+ using Aspire . Dashboard . Resources ;
67using Aspire . Dashboard . Tests . Integration . Playwright . Infrastructure ;
78using Aspire . Hosting ;
89using Microsoft . AspNetCore . InternalTesting ;
@@ -55,7 +56,7 @@ await Assertions
5556 } ) ;
5657 }
5758
58- [ Fact ( Skip = "https://github.com/dotnet/aspire/issues/7522" ) ]
59+ [ Fact ]
5960 public async Task BrowserToken_LoginPage_Failure_DisplayFailureMessage ( )
6061 {
6162 // Arrange
@@ -77,7 +78,7 @@ await RunTestAsync(async page =>
7778 const int pageVisibleTimeout = 10000 ;
7879
7980 await Assertions
80- . Expect ( page . GetByText ( "Invalid token" ) )
81+ . Expect ( page . GetByText ( Login . InvalidTokenErrorMessage ) )
8182 . ToBeVisibleAsync ( )
8283 . DefaultTimeout ( pageVisibleTimeout ) ;
8384 } ) ;
You can’t perform that action at this time.
0 commit comments