Skip to content

Make create room e2e test more robust

Make create room e2e test more robust

Found while working on https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1619/

can create a room

There are two failures here

  1. Group is not automatically selected in the input
    • I've changed things so that it opens the dropdown explicitly and selects the community
  2. After submitting, there is a race condition and the new room isn't in the Vue roomMap yet
    • I've fixed this by putting the new room in the room map directly from the create room API response, then try to switch to it
Edited by Eric Eastwood

Merge request reports

Loading