mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
chore: removed isFrozen
This commit is contained in:
parent
aaa7ff1dd4
commit
bdeb0f6c3d
@ -94,10 +94,6 @@ class QObject:
|
|||||||
y: int = None,
|
y: int = None,
|
||||||
button=None,
|
button=None,
|
||||||
):
|
):
|
||||||
if isFrozen(500) is False:
|
|
||||||
pass
|
|
||||||
else:
|
|
||||||
time.sleep(2000)
|
|
||||||
driver.mouseClick(
|
driver.mouseClick(
|
||||||
self.object,
|
self.object,
|
||||||
x or int(self.object.width * 0.1),
|
x or int(self.object.width * 0.1),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user