From a825f07717a03d8b818f93ff3f7aff275fb8527f Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 24 Nov 2013 23:47:44 +0100 Subject: Ported some tests --- .../active-controls/protected/pages/CallbackOptionsTest.page | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/FunctionalTests/active-controls') diff --git a/tests/FunctionalTests/active-controls/protected/pages/CallbackOptionsTest.page b/tests/FunctionalTests/active-controls/protected/pages/CallbackOptionsTest.page index 3cecbade..975def5c 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/CallbackOptionsTest.page +++ b/tests/FunctionalTests/active-controls/protected/pages/CallbackOptionsTest.page @@ -3,25 +3,25 @@ - $("status").show(); + $("#status").show(); - $("status").hide(); + $("#status").hide(); - Element.update("label1", "Button 1 has returned"); + $("#label1").html("Button 1 has returned"); - Element.update("label2", "Button 2 has returned"); + $("#label2").html("Button 2 has returned"); - Element.update("label3", "Button 3 has returned"); + $("#label3").html("Button 3 has returned"); -- cgit v1.2.3