nl.hsac.fitnesse.fixture.slim.web.Ng2BrowserTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hsac-fitnesse-fixtures Show documentation
Show all versions of hsac-fitnesse-fixtures Show documentation
Fixtures to assist in testing via FitNesse
package nl.hsac.fitnesse.fixture.slim.web;
import nl.hsac.fitnesse.fixture.util.selenium.Ng2ClientSideScripts;
/**
* Browser Test targeted to test Angular2+ apps.
*/
public class Ng2BrowserTest extends NgBrowserTestBase {
public Ng2BrowserTest() {
super(Ng2ClientSideScripts.WaitForAngular);
}
public Ng2BrowserTest(int secondsBeforeTimeout) {
super(secondsBeforeTimeout, Ng2ClientSideScripts.WaitForAngular);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy