Skip to content

Commit

Permalink
logging of the user for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SimaoBolota-MetaCell committed Dec 12, 2024
1 parent 60d7e1e commit a6f325c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/test/fullFlow.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ describe('End to End Tests', () => {
// (shouldSkipLoginTest ? it.skip : it)('Login', async () => {
it('Login', async () => {
console.log('Logging in ...');
console.log('Testing user: ' + USERNAME)

await page.waitForSelector(selectors.USERNAME, { timeout: 60000 });
await page.type(selectors.USERNAME, USERNAME);
Expand Down

0 comments on commit a6f325c

Please sign in to comment.