Settings werden durch den Button wieder verlassen, hilfe-segmente werden richtig dargestellt
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {Selector} from 'testcafe';
|
||||
import {ClientFunction} from 'testcafe';
|
||||
|
||||
let isLocal = true;
|
||||
let isLocal = false;
|
||||
|
||||
const goBack = ClientFunction(() => window.history.back());
|
||||
const testLocalStorageSet = ClientFunction((key, value) => {
|
||||
|
||||
Reference in New Issue
Block a user