File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
test/lexical/collections/Lexical/e2e/blocks Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1068,12 +1068,16 @@ describe('lexicalBlocks', () => {
10681068
10691069 await conditionalArrayBlock . locator ( '.btn__label:has-text("Add Columns2")' ) . first ( ) . click ( )
10701070 await expect (
1071- conditionalArrayBlock . locator ( '.array-field__draggable-rows #columns2-row-0' ) ,
1071+ conditionalArrayBlock . locator (
1072+ '.array-field__draggable-rows #columns2-row-0 input[type="text"]' ,
1073+ ) ,
10721074 ) . toBeVisible ( )
10731075
10741076 await conditionalArrayBlock . locator ( '.btn__label:has-text("Add Columns2")' ) . first ( ) . click ( )
10751077 await expect (
1076- conditionalArrayBlock . locator ( '.array-field__draggable-rows #columns2-row-1' ) ,
1078+ conditionalArrayBlock . locator (
1079+ '.array-field__draggable-rows #columns2-row-1 input[type="text"]' ,
1080+ ) ,
10771081 ) . toBeVisible ( )
10781082
10791083 await conditionalArrayBlock
You can’t perform that action at this time.
0 commit comments