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