Fix DB structure failing e2e test
Introduced by d9426e17e4
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
This commit is contained in:
parent
e623befa28
commit
e48eea5dba
@ -52,7 +52,7 @@ class StructureTest extends TestBase
|
||||
$this->waitForElement('id', 'functionConfirmOkButton')->click();
|
||||
|
||||
$success = $this->waitForElement('cssSelector', '.alert-success');
|
||||
self::assertStringContainsString('MySQL returned an empty result', $success->getText());
|
||||
self::assertStringContainsString('Table test_table has been emptied.', $success->getText());
|
||||
|
||||
$this->dbQuery(
|
||||
'SELECT CONCAT("Count: ", COUNT(*)) as c FROM `' . $this->databaseName . '`.`test_table`',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user