Remove usages of Buffer so we don't need to ship the polyfill #2985
Annotations
1 error, 5 warnings, and 1 notice
          | 
                   
                      
                        playwright/e2e/right-panel/right-panel.spec.ts#L51
                      
                       
                    1) right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name @screenshot 
    Error: Timed out 5000ms waiting for expect(locator).toHaveClass(expected)
    Locator: locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#loremIpsumDolorSitAmetConsecteturAdipisicingElitSedDoEiusmodTemporIncididuntUtLaboreEtDoloreMagnaAliqua:localhost')
    Expected string: "mx_EditableItem_item"
    Received: <element(s) not found>
    Call log:
      - expect.toHaveClass with timeout 5000ms
      - waiting for locator('.mx_SettingsFieldset').filter({ hasText: 'Local Addresses' }).getByText('#loremIpsumDolorSitAmetConsecteturAdipisicingElitSedDoEiusmodTemporIncididuntUtLaboreEtDoloreMagnaAliqua:localhost')
      49 |             await localAddresses.getByRole("textbox").fill(ROOM_ADDRESS_LONG);
      50 |             await localAddresses.getByRole("button", { name: "Add" }).click();
    > 51 |             await expect(localAddresses.getByText(`#${ROOM_ADDRESS_LONG}:localhost`)).toHaveClass(
         |                                                                                       ^
      52 |                 "mx_EditableItem_item",
      53 |             );
      54 |
        at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/right-panel.spec.ts:51:87 
                         | 
              
| 
                   
                      
                        spaces/spaces.spec.ts#L1
                      
                       
                  spaces/spaces.spec.ts took 1.1m 
                         | 
              
| 
                   
                      
                        settings/account-user-settings-tab.spec.ts#L1
                      
                       
                  settings/account-user-settings-tab.spec.ts took 46.4s 
                         | 
              
| 
                   
                      
                        right-panel/file-panel.spec.ts#L1
                      
                       
                  right-panel/file-panel.spec.ts took 40.2s 
                         | 
              
| 
                   
                      
                        settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L1
                      
                       
                  settings/appearance-user-settings-tab/theme-choice-panel.spec.ts took 33.4s 
                         | 
              
| 
                   
                      
                        read-receipts/room-list-order.spec.ts#L1
                      
                       
                  read-receipts/room-list-order.spec.ts took 32.0s 
                         | 
              
| 
                     1 flaky
    right-panel/right-panel.spec.ts:41:13 › RightPanel › in rooms › should handle long room address and long room name @screenshot 
  9 skipped
  67 passed (9.6m) 
                         | 
              
The logs for this run have expired and are no longer available.
        
      Loading