test(Discord) Added test logs to discord and start of discord chat bot
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
using OpenQA.Selenium;
|
||||
using TestAutomation.Utils;
|
||||
|
||||
namespace TestAutomation.Pages;
|
||||
namespace TestAutomation.Pages;
|
||||
|
||||
public class BasePage {
|
||||
public Website website;
|
||||
|
||||
public Website website;
|
||||
|
||||
public BasePage(Website website) {
|
||||
this.website = website;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user