remove unwanted instance variables
This commit is contained in:
@@ -8,9 +8,6 @@ const { injectAxe, checkA11y } = require('axe-playwright');
|
|||||||
class PlaywrightService {
|
class PlaywrightService {
|
||||||
|
|
||||||
#domain; // domain of the site to be tested
|
#domain; // domain of the site to be tested
|
||||||
#allyTest; // ally test object
|
|
||||||
#url;
|
|
||||||
|
|
||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
constructor(domain) {
|
constructor(domain) {
|
||||||
|
|||||||
Reference in New Issue
Block a user