test(SearchTest) Added a test for opening and closing search dialog
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using TestAutomation.Utils;
|
||||
|
||||
namespace TestAutomation.Pages;
|
||||
|
||||
public class BasePage {
|
||||
public Website website;
|
||||
|
||||
public BasePage(Website website) {
|
||||
this.website = website;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user