mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Add more width to the failing test
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=239500726
This commit is contained in:
@@ -286,7 +286,7 @@ public class RegistrarConsoleScreenshotTest {
|
||||
|
||||
@Test
|
||||
public void indexPage_smallScrolledDown() throws Throwable {
|
||||
driver.manage().window().setSize(new Dimension(400, 300));
|
||||
driver.manage().window().setSize(new Dimension(600, 300));
|
||||
driver.get(server.getUrl("/registrar"));
|
||||
driver.waitForElement(By.tagName("h1"));
|
||||
driver.executeScript("document.getElementById('reg-content-and-footer').scrollTop = 200");
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 19 KiB |
Reference in New Issue
Block a user