chore: unnecessary code

words will get focused when restarting the test
This commit is contained in:
Miodec 2024-03-13 00:01:38 +01:00
parent b2d10e0dc5
commit bbb2644d87

View file

@ -35,6 +35,6 @@ export const page = new Page(
void Keymap.refresh();
},
async () => {
TestUI.focusWords();
//
}
);