for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
/**
* External dependencies
*/
import { By } from 'selenium-webdriver';
import { WebDriverHelper as helper } from 'wp-e2e-webdriver';
import { CheckoutPage as Base } from 'wc-e2e-page-objects';
* Internal dependencies
export default class CheckoutPage extends Base {
}