remove unwanted instance variables

This commit is contained in:
Aarish
2025-05-22 23:45:24 -05:00
parent 79c4ecdc7a
commit eece05bced

View File

@@ -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) {