test(SearchTest) Added a test for opening and closing search dialog
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace TestAutomation.Enums;
|
||||
|
||||
public enum ScreenType
|
||||
{
|
||||
Desktop,
|
||||
Tablet,
|
||||
Mobile
|
||||
}
|
||||
Reference in New Issue
Block a user