Skip to content

Commit

Permalink
solve sandbox issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SimaoBolota-MetaCell committed Jan 9, 2024
1 parent dceddff commit 9a4a28e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/frontend/e2e/tests/ControlPanel.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe('Test for the Control Panel - color picker', () => {
browser_control_panel = await puppeteer.launch(
{
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
defaultViewport: {
width: 1300,
height: 1024
Expand Down
1 change: 1 addition & 0 deletions tests/frontend/e2e/tests/EEG_and_Dipole_Tut#1.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ beforeAll(async () => {
browser_EEG_Dipole = await puppeteer.launch(
{
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
defaultViewport: {
width: 1300,
height: 1024
Expand Down
1 change: 1 addition & 0 deletions tests/frontend/e2e/tests/ExperimentManager_Tut#1.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ describe('Experiment Manager test using Tut#1', () => {
browser_experiment_manager = await puppeteer.launch(
{
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
defaultViewport: {
width: 1300,
height: 1024
Expand Down
1 change: 1 addition & 0 deletions tests/frontend/e2e/tests/RxD.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ describe('RxD testing', () => {
browser_RxD = await puppeteer.launch(
{
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
defaultViewport: {
width: 1300,
height: 1024
Expand Down
1 change: 1 addition & 0 deletions tests/frontend/e2e/tests/SaveOpenFile.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ describe.skip('Save / Open File testing', () => {
SaveOpen_File_browser = await puppeteer.launch(
{
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
defaultViewport: {
width: 1300,
height: 1024
Expand Down
1 change: 1 addition & 0 deletions tests/frontend/e2e/tests/Tut#1_smoke.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ describe('Tutorial #1 for Smoke Testing', () => {
browser = await puppeteer.launch(
{
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
defaultViewport: {
width: 1300,
height: 1024
Expand Down
1 change: 1 addition & 0 deletions tests/frontend/e2e/tests/Tut#2_smoke.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe('Tutorial #2 for Smoke Testing', () => {
browser2 = await puppeteer.launch(
{
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
defaultViewport: {
width: 1300,
height: 1024
Expand Down
1 change: 1 addition & 0 deletions tests/frontend/e2e/tests/Tut#3a_smoke.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ describe('Tutorial #3a for Smoke Testing', () => {
browser3 = await puppeteer.launch(
{
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
defaultViewport: {
width: 1300,
height: 1024
Expand Down
1 change: 1 addition & 0 deletions tests/frontend/e2e/tests/Tut#3b_smoke.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe('Tutorial #3b for Smoke Testing', () => {
browser3b = await puppeteer.launch(
{
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
defaultViewport: {
width: 1300,
height: 1024
Expand Down
1 change: 1 addition & 0 deletions tests/frontend/e2e/tests/Tut#3c_smoke.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ describe('Tutorial #3c for Smoke Testing', () => {
browser3c = await puppeteer.launch(
{
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
defaultViewport: {
width: 1300,
height: 1024
Expand Down
1 change: 1 addition & 0 deletions tests/frontend/e2e/tests/Tut#4_smoke.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe('Tutorial #4 for Smoke Testing', () => {
browser4 = await puppeteer.launch(
{
headless: 'new',
args: ['--no-sandbox', '--disable-setuid-sandbox'],
defaultViewport: {
width: 1300,
height: 1024
Expand Down

0 comments on commit 9a4a28e

Please sign in to comment.