Robert Dezmerean

Results 2 issues of Robert Dezmerean

Here is the full stack trace: ``` self = def test_wait_for_component_property_assembly_not_found(self): componentName = "AltExampleScriptCapsule" propertyName = "InstrumentationSettings.AltServerPort" alt_object = self.altdriver.find_object(By.NAME, "AltTesterPrefab") with pytest.raises(exceptions.AssemblyNotFoundException) as execinfo: > alt_object.wait_for_component_property( componentName, propertyName, "13000",...

bug
webgl
triaged