element-portable/test/end-to-end-tests/src/usecases
Michael Telatynski b7c688d328 test e2e tests workaround
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-27 12:40:38 +01:00
..
accept-invite.js Revert ES6ification of end-to-end tests and add instructions for Windows 2020-01-10 10:13:41 -07:00
create-room.js Fix start chat button variable name 2020-04-17 15:06:59 -06:00
dialog.js Revert ES6ification of end-to-end tests and add instructions for Windows 2020-01-10 10:13:41 -07:00
invite.js Try and fix e2e tests for new invite dialog 2020-01-22 22:40:02 -07:00
join.js test e2e tests workaround 2020-05-27 12:40:38 +01:00
memberlist.js Revert ES6ification of end-to-end tests and add instructions for Windows 2020-01-10 10:13:41 -07:00
README.md move everything to subfolder to merge into react-sdk 2019-10-09 16:52:48 +02:00
room-settings.js Fix end-to-end tests for end-to-end encryption verification 2020-04-17 14:31:33 -06:00
send-message.js fix lint 2019-10-09 17:57:55 +02:00
settings.js Revert ES6ification of end-to-end tests and add instructions for Windows 2020-01-10 10:13:41 -07:00
signup.js Wait a bit before continuing with the passphrase 2020-04-16 12:13:05 -06:00
timeline.js Revert ES6ification of end-to-end tests and add instructions for Windows 2020-01-10 10:13:41 -07:00
verify.js Appease the linter a bit more 2020-04-17 14:38:05 -06:00

use cases contains the detailed DOM interactions to perform a given use case, may also do some assertions. use cases are often used in multiple scenarios.