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:
parent
8009742ba7
commit
95c8175e8c
4 changed files with 98 additions and 6 deletions
|
@ -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"]`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue