Skip to content

Commit

Permalink
last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SimaoBolota-MetaCell committed Dec 11, 2024
1 parent df69288 commit 60d7e1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/test/fullFlow.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const selectors = require('./selectors');
const puppeteer = require("puppeteer");

// INFO
const USERNAME = process.env.USERNAME || '[email protected]'
const PASSWORD = process.env.PASSWORD || 'Pokemon9897!'
const USERNAME = process.env.USERNAME
const PASSWORD = process.env.PASSWORD
const baseURL = 'https://composer.sckan.dev.metacell.us/'


Expand Down Expand Up @@ -707,6 +707,7 @@ describe('End to End Tests', () => {
it('Check Population Diagram', async () => {
console.log('Checking Population Diagram ...')
await page.waitForTimeout(1000)
await page.waitForSelector('button[aria-label="Reset to default visualisation"]', {hidden:false})
await page.waitForSelector('div.node', {hidden:false})
const nodes = await page.$$('div.node');
//expect(nodes.length).toBe(3);
Expand Down

0 comments on commit 60d7e1e

Please sign in to comment.