Minor change for mobile first test
This commit is contained in:
parent
d0a31f8d06
commit
b81ea144b8
1 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
//Imports here
|
||||
import { ITestData } from 'framework/TestData'
|
||||
import { ITestData, getDefaultExperimentsData } from 'framework/TestData'
|
||||
import { ServiceLocation, ServicePackage, PaymentType, PartQuestionType } from 'safelite-playwright-core';
|
||||
import { ITestCase } from '../framework/Typedefs'
|
||||
import { VehicleLookupType } from 'safelite-playwright-core';
|
||||
|
|
@ -64,6 +64,12 @@ const cashReplaceMobileFirstModalData: Partial<ITestData> = {
|
|||
// Override payment details
|
||||
paymentDetails: {
|
||||
paymentType: PaymentType.PayAtService
|
||||
},
|
||||
|
||||
// Experiments
|
||||
experiments: {
|
||||
...getDefaultExperimentsData(),
|
||||
isMobileFirst: true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue