update keyboard tests

This commit is contained in:
shelly_goldblit
2023-12-30 18:32:19 +02:00
parent 6ed08c7416
commit ef902910c8
2 changed files with 13 additions and 12 deletions
+1
View File
@@ -139,6 +139,7 @@ export default class MaputnikDriver {
};
public get = {
...this.helper.get,
isMac: () => {
return Cypress.platform === "darwin";
},