✅(e2e) fix flaky test
The URL may or may not include the "page" query parameter.
This commit is contained in:
@@ -10,7 +10,7 @@ const interceptCommonApiCalls = async (
|
|||||||
arrayMailDomains: MailDomain[],
|
arrayMailDomains: MailDomain[],
|
||||||
) => {
|
) => {
|
||||||
const singleMailDomain = arrayMailDomains[0];
|
const singleMailDomain = arrayMailDomains[0];
|
||||||
await page.route('**/api/v1.0/mail-domains/?page=*', async (route) => {
|
await page.route('**/api/v1.0/mail-domains/\?*', async (route) => {
|
||||||
await route.fulfill({
|
await route.fulfill({
|
||||||
json: {
|
json: {
|
||||||
count: arrayMailDomains.length,
|
count: arrayMailDomains.length,
|
||||||
|
|||||||
Reference in New Issue
Block a user