This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/src
Eric Eastwood c09964dc30
Add `data-event-id="$xxx"` attributes to timeline items for easy selecting in end-to-end tests (#690)
Split out from https://github.com/vector-im/hydrogen-web/pull/653

Example test assertions: db6d3797d7/test/e2e-tests.js (L248-L252)

```js
// Make sure the $abc event on the page has "foobarbaz" text in it
assert.match(
  dom.document.querySelector(`[data-event-id="$abc"]`).outerHTML,
  new RegExp(`.*foobarbaz.*`)
);
```
2022-03-01 18:36:14 -06:00
..
domain Add `data-event-id="$xxx"` attributes to timeline items for easy selecting in end-to-end tests (#690) 2022-03-01 18:36:14 -06:00
fixtures/matrix/invites add Invite class 2021-04-20 16:21:27 +02:00
logging fix ts errors 2022-02-10 16:44:40 +01:00
matrix Merge pull request #670 from vector-im/bwindels/ts-olm 2022-03-01 18:53:22 +01:00
mocks use withReply 2022-01-14 18:15:26 +05:30
observable cant export this for some reason 2022-03-01 15:48:42 +01:00
platform Add `data-event-id="$xxx"` attributes to timeline items for easy selecting in end-to-end tests (#690) 2022-03-01 18:36:14 -06:00
utils Merge pull request #670 from vector-im/bwindels/ts-olm 2022-03-01 18:53:22 +01:00
index.html include path/vite in sdk bundle 2021-12-22 16:31:19 +01:00
lib.ts cant export this for some reason 2022-03-01 15:48:42 +01:00