Skip to content

Commit

Permalink
update unit test for multi language.
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxing-yuan committed Aug 23, 2024
1 parent 5756be4 commit db303f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WebEngine.Test/UnitTests/Accessibility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ public void AuditWithOptionsAndExportHtml()
Tags = PageReportOptions.WcagAATags,
ScreenshotIncomplete = true,
UseAdvancedScreenshot = true,
ReportLanguage = Language.SimplifiedChinese,
ReportLanguage = Language.Spanish,
Title = "Homepage AXA.FR"
})
.WithSelenium(driver).Build().Export();
Debug.WriteLine($"Report generated in {sw.Elapsed.TotalSeconds} seconds");
Expand Down

0 comments on commit db303f9

Please sign in to comment.