We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3199bdb commit 2c47a14Copy full SHA for 2c47a14
sample/ProjectSettings/EditorBuildSettings.asset
@@ -29,4 +29,7 @@ EditorBuildSettings:
29
- enabled: 1
30
path: Assets/Scenes/ZkEvmSignTypedData.unity
31
guid: 7947e157cd8d541138343d5eba099466
32
+ - enabled: 1
33
+ path: Assets/Scenes/SetCallTimeout.unity
34
+ guid: 73ba07ed56efd1949b722042d50dc444
35
m_configObjects: {}
sample/Tests/test/test.py
@@ -23,8 +23,6 @@ def tearDownClass(cls):
23
cls.altdriver.stop()
24
25
def test_0_other_functions(self):
26
- output = self.altdriver.find_object(By.NAME, "Output")
27
-
28
# Show set call timeout scene
self.altdriver.find_object(By.NAME, "CallTimeout").tap()
self.altdriver.wait_for_current_scene_to_be("SetCallTimeout")
0 commit comments