Skip to content

Commit

Permalink
update sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxing-yuan committed Sep 7, 2023
1 parent 864ba8e commit 874bc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Samples.LinearScripting/UnitTest1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void TestMethod1()
{
driver = BrowserFactory.GetDriver(Platform.Windows, BrowserType.Chrome);
driver.Navigate().GoToUrl("https://axafrance.github.io/webengine-dotnet/demo/Step1.html");
MyPageModel page = new MyPageModel(driver);
DrinkSelectionPageModel page = new DrinkSelectionPageModel(driver);

page.SelectLanguage.SelectByValue("fr");
page.RadioChooseToBuy.CheckByValue("Coffee");
Expand Down

0 comments on commit 874bc49

Please sign in to comment.