Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasstich committed Apr 12, 2024
1 parent 6d2600d commit 551737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PresentationTest/View/HeaderBarUt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void Render_ShowsLocalizedAuthoringToolName()

var element = systemUnderTest.FindAll("div p")[1];
element.MarkupMatches(
@"<p class=""font-bold text-base 2xl:text-lg opacity-80 text-adlerdarkblue-800"">TestName v3</h1>");
@$"<p class=""font-bold text-base 2xl:text-lg opacity-80 text-adlerdarkblue-800"">TestName v{Constants.ApplicationVersion}</h1>");
}

[Test]
Expand Down

0 comments on commit 551737c

Please sign in to comment.