modify some of the layer tests

This commit is contained in:
shelly_goldblit
2023-12-30 18:26:50 +02:00
parent 9014e12ca6
commit 6ed08c7416
5 changed files with 141 additions and 148 deletions
-3
View File
@@ -9,9 +9,6 @@ export default class CypressWrapperDriver {
public get = {
...this.helper.get,
elementByClassOrType(slector: string) {
return cy.get(slector);
},
};
public when = {