feat(TestAutomation) Harass Calculator tests and Search box style fix
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using OpenQA.Selenium;
|
||||
|
||||
namespace TestAutomation.Pages;
|
||||
|
||||
public class BasePage {
|
||||
|
||||
public Website website;
|
||||
|
||||
public BasePage(Website website) {
|
||||
this.website = website;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user