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