add cypress test case for simple poll flow (#9073)

* add cypress test case for simple poll flow

* tidy comments

* actually correct comments

* add polls x thread test

* tweak comments

* pr improvements
This commit is contained in:
Kerry 2022-07-20 09:56:52 +02:00 committed by GitHub
parent fa1bff67cf
commit be0f4a1fe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 298 additions and 0 deletions

View file

@ -35,3 +35,4 @@ import "./views";
import "./iframes";
import "./timeline";
import "./network";
import "./composer";