Skip to content

Commit

Permalink
UITest: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Apr 30, 2024
1 parent c27faab commit 171c16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Samples.UITest/Writer.Test/Tests/WriterTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,6 @@ public void MultipleNewSaveRestartOpenRecentChangeAskToSave()
contextMenu.OpenFileMenuItem.Invoke();
tab1 = window.DocumentTab.SelectedTabItem.As<DocumentTabItem>();
Assert.Equal(Path.GetFileName(fileName2), tab1.TabName);
Assert.Equal("Hello World 2", tab2.RichTextView.RichTextBox.Text);
Assert.Equal("Hello World 2", tab1.RichTextView.RichTextBox.Text);
}
}

0 comments on commit 171c16a

Please sign in to comment.