-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entering Rooms #59
Comments
@user512 - I noticed that even if we know the rooms full URL, we can't access unlisted rooms. I created a scenario illustrating the behavior that should happen:
I'll work on getting the feature steps actually wired in this weekend. |
Great, I originally thought it's supposed to not able to access unlisted room. |
Yea, I wonder if what I actually want is a |
See: #59 I've added the `@built` tag to indicate which features have been _built_, so that it's a bit easier for someone who wants to start doing some test automation to figure out what feature files need more work.
See: #59 I've added the `@built` tag to indicate which features have been _built_, so that it's a bit easier for someone who wants to start doing some test automation to figure out what feature files need more work.
See: #59 Room slugs are also unique by workspace, not globally. System Test and System Test Branded Domain workspaces have the same slug for their room names; however this would fail without scoping the slug to the room. Further, giving rooms a slug unique-to-workspace meant that we must tell Jitsi which particular room we want someone to enter.
Now that we have tests in place and copy in the changelog, I'm going to say this is good to go! wooo! |
See: - #41 - #40 - #59 We realized that the access permissions bits were a bit hard to track down because they were spread across the entering rooms and locked rooms feature definitions. Because we assume people will be asking "who can enter this room?" it made sense to consolidate the different permutations into a single scenario in the Entering Rooms feature definition.
This Issue May Be Closed When
Feature Definition
The text was updated successfully, but these errors were encountered: