All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.hsac.fitnesse.fixture.slim.web.Ng2BrowserTest Maven / Gradle / Ivy

There is a newer version: 5.3.17
Show newest version
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