Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Raczek committed Dec 2, 2024
1 parent 859c9b4 commit ac2a83a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void SelectByIndexTest()

dropdownPage.SelectByIndex(1);

Assert.AreEqual(dropdownPage.SelectedOption(), ExpectedOption);
Assert.That(dropdownPage.SelectedOption(), Is.EqualTo(ExpectedOption));
test.Info("Verifying selected option, expected: " + ExpectedOption);
}

Expand Down

0 comments on commit ac2a83a

Please sign in to comment.