matrix-public-archive/test
Eric Eastwood f91b8f07f3
Try and make the seamless pagination test more robust (wait for Synapse to settle) (#281)
Previously was seeing some failures like this locally
```
  1 failing

  1) matrix-viewer
       Matrix Viewer
         Room directory
           pagination is seamless:

      AssertionError [ERR_ASSERTION]: Make sure we saw all visible rooms paginating through the directory
      + expected - actual

         "planet-1689366398300-room-29"
         "planet-1689366398300-room-31"
         "planet-1689366398300-room-32"
         "planet-1689366398300-room-34"
      -  "planet-1689366398300-room-34"
         "planet-1689366398300-room-35"
         "planet-1689366398300-room-37"
         "planet-1689366398300-room-38"
         "planet-1689366398300-room-4"

      at Context.<anonymous> (test/e2e-tests.js:2835:16)
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
```
2023-07-14 16:04:05 -05:00
..
dockerfiles Rename project from "Matrix Public Archive" to "Matrix Viewer" (#280) 2023-07-14 15:52:35 -05:00
fixtures Remove `matrix-bot-sdk` usage in tests (#15) 2022-06-09 20:44:57 -05:00
server/matrix-utils Rename project from "Matrix Public Archive" to "Matrix Viewer" (#280) 2023-07-14 15:52:35 -05:00
shared/lib Rename project from "Matrix Public Archive" to "Matrix Viewer" (#280) 2023-07-14 15:52:35 -05:00
test-utils Rename project from "Matrix Public Archive" to "Matrix Viewer" (#280) 2023-07-14 15:52:35 -05:00
.eslintrc.json Migrate from `eslint-plugin-node` to `eslint-plugin-n` (#179) 2023-04-25 00:39:59 -05:00
docker-compose.yml Rename project from "Matrix Public Archive" to "Matrix Viewer" (#280) 2023-07-14 15:52:35 -05:00
e2e-tests.js Try and make the seamless pagination test more robust (wait for Synapse to settle) (#281) 2023-07-14 16:04:05 -05:00