Skip to content

Commit 8fcb64a

Browse files
Marv51XAML-Knight
andauthored
Update UITests/UITests.Tests.Shared/Controls/ColorPickerButtonTest.cs
Co-authored-by: XAML-Knight <86266896+XAML-Knight@users.noreply.github.com>
1 parent 1e6a16a commit 8fcb64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UITests/UITests.Tests.Shared/Controls/ColorPickerButtonTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void TwoWayTestMethod()
4242
var redButton = new Button(FindElement.ById("SetRedButton"));
4343

4444
Verify.IsNotNull(colorpicker);
45-
Verify.IsNotNull(colorpicker);
45+
Verify.IsNotNull(redButton);
4646

4747
colorpicker.Click();
4848

0 commit comments

Comments
 (0)