naveenanimation20 / PageObjectModel

Page Object Model with - Selenium + Java + TestNG
529 stars 1.25k forks source link

login no longer uses username, but an email - all tests fail #50

Open QAdam1 opened 7 months ago

QAdam1 commented 7 months ago

Login tets relies on username + password login it seems that currently the website has an email + password login

techsoexkannan commented 2 months ago

@QAdam1 you can change the same on config.properties or even you can create a simple utility method to create random user detail and can pass the same on to your test