login(); } /** * Tests the SQL query tab with a null query * * @group large */ public function testQueryTabWithNullValue(): void { if ($this->isSafari()) { $this->markTestSkipped('Alerts not supported on Safari browser.'); } $this->waitForElement('partialLinkText', 'SQL')->click(); $this->waitAjax(); $this->waitForElement('id', 'querybox'); $this->byId('button_submit_query')->click(); $this->assertEquals('Missing value in the form!', $this->alertText()); } }