1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-05 05:25:29 +02:00

add ci workflows to run test

Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
This commit is contained in:
nabim777 2024-09-01 09:32:59 +05:45
parent 8009742ba7
commit 95c8175e8c
No known key found for this signature in database
GPG key ID: 6EBA146273BEC371
4 changed files with 98 additions and 6 deletions

View file

@ -1,7 +1,7 @@
class LoginPage {
constructor() {
// url
this.homeUrl = 'http://localhost:3000';
this.homeUrl = 'http://localhost:1337';
this.loginUrl = `${this.homeUrl}/login`;
this.loginButtonSelector = `//i[@class="right arrow icon"]`;