From 0792c68f666cb9fceb99e219711ddd2fd41000f5 Mon Sep 17 00:00:00 2001 From: Roland Mas Date: Wed, 18 Dec 2013 10:09:01 +0100 Subject: [PATCH] Revert; didn't fix the problem --- tests/func/Docs/createDocURLTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/func/Docs/createDocURLTest.php b/tests/func/Docs/createDocURLTest.php index d61b4da544..80fde2aa6c 100644 --- a/tests/func/Docs/createDocURLTest.php +++ b/tests/func/Docs/createDocURLTest.php @@ -63,7 +63,6 @@ class CreateDocURL extends FForge_SeleniumTestCase $this->type("title", "My document"); $this->type("//input[@name='description']", "L'année dernière à Noël, 3 < 4, 中国 \" , père & fils"); $this->click("//input[@name='type' and @value='pasteurl']"); - sleep(1); // To let JS activate the proper field $this->type("//input[@name='file_url']", URL."/terms.php"); $this->clickAndWait("submit"); $this->assertTextPresent("Document ".URL."/terms.php submitted successfully"); -- 2.30.2