File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
projects/angular-test-app/tests/e2e/DigV2/ComplexFields Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,9 @@ test.describe('E2E test', () => {
5353 await selectedEditMode . click ( ) ;
5454 await page . locator ( 'mat-option > span:has-text("Editable")' ) . click ( ) ;
5555
56- const PCoreVersion = await page . evaluate ( ( ) => window . PCore . getPCoreVersion ( ) ) ;
57- let editModeType ;
58- if ( ! PCoreVersion . includes ( '8.8' ) ) {
59- editModeType = await page . locator ( 'mat-select[data-test-id="80c1db3a7b228760228004b1a532c71e"]' ) ;
60- await editModeType . click ( ) ;
61- await page . locator ( 'mat-option > span:has-text("Table rows")' ) . click ( ) ;
62- }
56+ let editModeType = await page . locator ( 'mat-select[data-test-id="80c1db3a7b228760228004b1a532c71e"]' ) ;
57+ await editModeType . click ( ) ;
58+ await page . locator ( 'mat-option > span:has-text("Table rows")' ) . click ( ) ;
6359
6460 const noRecordsMsg = page . locator ( 'div[id="no-records"]' ) ;
6561 await expect ( noRecordsMsg . locator ( 'text="No Records Found."' ) ) . toBeVisible ( ) ;
You can’t perform that action at this time.
0 commit comments