Skip to content

Commit

Permalink
fix wikitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weibel committed Jun 3, 2011
1 parent 5a13056 commit 38f5905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Functional/WikiTest.php
Expand Up @@ -99,7 +99,7 @@ public function testCreatePageDoNotEnterAnythingFails() {
$this->type('css=#versionComment', '');

$this->click('css=#article-save');
$this->waitForCondition('selenium.browserbot.getCurrentWindow().jQuery(".message.error") !== null && selenium.browserbot.getCurrentWindow().jQuery(".message.error").length > 0', 10000);
$this->waitForCondition('selenium.browserbot.getCurrentWindow().jQuery(".messages-container .error") !== null && selenium.browserbot.getCurrentWindow().jQuery(".messages-container .error").length > 0', 10000);
$this->captureEntirePageScreenshot('/tmp/selenium-testCreatePageDoNotEnterAnythingFails.png');

$this->assertElementPresent('css=#txtTitle.error');
Expand Down

0 comments on commit 38f5905

Please sign in to comment.