Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RocketChat/Rocket.Chat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9edfc02d56054f7844dd665bc239e8480e20bd2b
Choose a base ref
..
head repository: RocketChat/Rocket.Chat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8802ea9aa9d5344668500e0f0c11d8e9d4b5ac98
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +2 −0 apps/meteor/tests/end-to-end/api/25-teams.js
2 changes: 2 additions & 0 deletions apps/meteor/tests/end-to-end/api/25-teams.js
Original file line number Diff line number Diff line change
@@ -21,6 +21,8 @@ describe('[Teams]', () => {
let testUser2;
const testUserCredentials = {};

before(() => updatePermission('create-team', ['admin', 'user']));

before('Create test users', (done) => {
let username = `user.test.${Date.now()}`;
let email = `${username}@rocket.chat`;