Skip to content
Snippets Groups Projects
Commit e81ef628 authored by Srishti Bankar's avatar Srishti Bankar
Browse files

Fixed test

parent 60a88de5
Branches 8.x-1.x
No related merge requests found
......@@ -40,6 +40,7 @@ class ProjectBrowserPluginTest extends WebDriverTestBase {
public function testRandomDataPlugin(): void {
$assert_session = $this->assertSession();
$this->getSession()->resizeWindow(1200, 1200);
$this->drupalGet('admin/modules/browse');
$assert_session->waitForElement('css', '#project-browser .grid');
$grid_text = $this->getSession()->getPage()->find('css', '#project-browser .toggle-buttons .grid-button')->getText();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment