@@ -1274,7 +1274,7 @@ describe('lexicalBlocks', () => {
12741274 test ( 'ensure nested lexical field displays field label and description' , async ( ) => {
12751275 // Previously, we had the issue that nested lexical fields did not display the field label and description, as
12761276 // their client field configs were generated incorrectly on the server.
1277- await page . goto ( 'http://localhost:3000/ admin/collections/LexicalInBlock?limit=10' )
1277+ await page . goto ( ` ${ serverURL } / admin/collections/LexicalInBlock?limit=10` )
12781278
12791279 // Wait for table to be fully loaded
12801280 await expect ( page . locator ( 'tbody tr' ) ) . not . toHaveCount ( 0 )
@@ -1326,7 +1326,7 @@ describe('lexicalBlocks', () => {
13261326 } )
13271327
13281328 test ( 'ensure individual inline blocks in lexical editor within a block have initial state on initial load' , async ( ) => {
1329- await page . goto ( 'http://localhost:3000/ admin/collections/LexicalInBlock?limit=10' )
1329+ await page . goto ( ` ${ serverURL } / admin/collections/LexicalInBlock?limit=10` )
13301330
13311331 // Wait for table to be fully loaded
13321332 await expect ( page . locator ( 'tbody tr' ) ) . not . toHaveCount ( 0 )
@@ -1488,7 +1488,7 @@ describe('lexicalBlocks', () => {
14881488 } )
14891489
14901490 test ( 'ensure inline blocks restore their state after undoing a removal' , async ( ) => {
1491- await page . goto ( 'http://localhost:3000/ admin/collections/LexicalInBlock?limit=10' )
1491+ await page . goto ( ` ${ serverURL } / admin/collections/LexicalInBlock?limit=10` )
14921492
14931493 // Wait for table to be fully loaded
14941494 await expect ( page . locator ( 'tbody tr' ) ) . not . toHaveCount ( 0 )
0 commit comments