mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
chore: Resolve duplicate files
This commit is contained in:
parent
b6b5f341bb
commit
04b63aba55
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
class dashboardPage {
|
class DashboardPage {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.createProjectIconSelector = `.Projects_addTitle__tXhB4`;
|
this.createProjectIconSelector = `.Projects_addTitle__tXhB4`;
|
||||||
this.projectTitleInputSelector = `input[name="name"]`;
|
this.projectTitleInputSelector = `input[name="name"]`;
|
||||||
|
@ -13,4 +13,4 @@ class dashboardPage {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = dashboardPage;
|
module.exports = DashboardPage;
|
Loading…
Add table
Add a link
Reference in a new issue