Skip to content

Commit

Permalink
Restore Chrome for VerifyNavbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Aug 14, 2023
1 parent bfb5a39 commit 7c00b12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public Task VerifyBlogImage(Browser browser) =>
// is the different rendering of text on each platform, but it can occur between different Linux distributions too.
// Here: https://pandasauce.org/post/linux-fonts/ you can find a good summary about this from 2019, but still valid
// in 2022.
[Theory, Edge]
[Theory, Chrome, Edge]
public Task VerifyNavbar(Browser browser) =>
ExecuteTestAfterSetupAsync(
context =>
Expand Down

0 comments on commit 7c00b12

Please sign in to comment.