[MM-39852] Setup docker image to run in CI for E2E (#1946)
* [MM-39852] Setup docker image to run in CI for E2E * Setup remote docker * Install docker * Trying this * And this * how about this * this * Okay this * dis one * sdfsagsdags * Now? * aaaaaaa * asdasdasd * i am dumb * blank * Please work * Lint fix * Forgot to update a couple things * OOPS * Testing something since this one is still failing * Trying robotjs instead * test * Remove stop docker * Try without the admin user (since apparently turning off admin notices didn't work) * Remove console statement Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
@@ -47,7 +47,7 @@ describe('EditServerModal', function desc() {
|
||||
const savedConfig = JSON.parse(fs.readFileSync(env.configFilePath, 'utf8'));
|
||||
savedConfig.teams.should.deep.contain({
|
||||
name: 'example',
|
||||
url: env.mattermostURL,
|
||||
url: env.exampleURL,
|
||||
order: 0,
|
||||
tabs: [
|
||||
{
|
||||
@@ -79,7 +79,7 @@ describe('EditServerModal', function desc() {
|
||||
const savedConfig = JSON.parse(fs.readFileSync(env.configFilePath, 'utf8'));
|
||||
savedConfig.teams.should.deep.contain({
|
||||
name: 'example',
|
||||
url: env.mattermostURL,
|
||||
url: env.exampleURL,
|
||||
order: 0,
|
||||
tabs: [
|
||||
{
|
||||
@@ -119,7 +119,7 @@ describe('EditServerModal', function desc() {
|
||||
const savedConfig = JSON.parse(fs.readFileSync(env.configFilePath, 'utf8'));
|
||||
savedConfig.teams.should.not.deep.contain({
|
||||
name: 'example',
|
||||
url: env.mattermostURL,
|
||||
url: env.exampleURL,
|
||||
order: 0,
|
||||
tabs: [
|
||||
{
|
||||
@@ -142,7 +142,7 @@ describe('EditServerModal', function desc() {
|
||||
});
|
||||
savedConfig.teams.should.deep.contain({
|
||||
name: 'NewTestTeam',
|
||||
url: env.mattermostURL,
|
||||
url: env.exampleURL,
|
||||
order: 0,
|
||||
tabs: [
|
||||
{
|
||||
@@ -175,7 +175,7 @@ describe('EditServerModal', function desc() {
|
||||
const savedConfig = JSON.parse(fs.readFileSync(env.configFilePath, 'utf8'));
|
||||
savedConfig.teams.should.not.deep.contain({
|
||||
name: 'example',
|
||||
url: env.mattermostURL,
|
||||
url: env.exampleURL,
|
||||
order: 0,
|
||||
tabs: [
|
||||
{
|
||||
@@ -233,7 +233,7 @@ describe('EditServerModal', function desc() {
|
||||
const savedConfig = JSON.parse(fs.readFileSync(env.configFilePath, 'utf8'));
|
||||
savedConfig.teams.should.not.deep.contain({
|
||||
name: 'example',
|
||||
url: env.mattermostURL,
|
||||
url: env.exampleURL,
|
||||
order: 0,
|
||||
tabs: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user