You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add debuglog report, console error, summary report, env info to test report (html) or customer all togather.
Also add info in particular test in test report reference
replace dynamic injection with fixture
async viewRfqInCatalogMode(productName: string, storeName: string, shopClass: any, singleStoreClass: any) {
// single product page
await this.goIfNotThere(data.subUrls.frontend.productDetails(helpers.slugify(productName)));
await this.toBeVisible(selector.customer.cRequestForQuote.singleProductDetails.addToQuote);
// single store page
const SingleStorePage = new singleStoreClass(this.page);
Also add info in particular test in test report reference
The text was updated successfully, but these errors were encountered: