test(BrokenLinks) Now checking for broken links on a few pages

This commit is contained in:
2022-05-02 18:48:46 -04:00
parent 543ba97a3b
commit c16c0172bc
14 changed files with 247 additions and 82 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
namespace TestAutomation.Shared;
public class BaseElement
public abstract class BaseElement
{
protected readonly Website Website;