Skip to content

Commit a5e5c59

Browse files
authored
fix(java): 🐛 fixed failing web test (#1028)
1 parent 0352b94 commit a5e5c59

File tree

10 files changed

+438
-716
lines changed

10 files changed

+438
-716
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: |
33
This template is used to create a new bug report.
44
Please provide as much information as possible.
55
title: '🐛 New Bug:'
6+
type: Bug
67
labels:
78
- '🛠 goal: fix'
89
- '🏷 status: label work required'

.github/ISSUE_TEMPLATE/new-feature.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ⭐ New Feature request"
1+
name: ⭐ New Feature request
22
description: |
33
This template is used to create a new feature request.
44
Please provide as much information as possible.
@@ -7,6 +7,7 @@ labels:
77
- '🏷 status: label work required'
88
- '🏁 status: ready for dev'
99
title: '⭐ New feature:'
10+
type: Feature
1011
body:
1112
- type: textarea
1213
attributes:

.github/ISSUE_TEMPLATE/update-feature.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ✨ Update existing Feature request"
1+
name: ✨ Update existing Feature request
22
description: |
33
This template is used to create a new feature request.
44
Please provide as much information as possible.
@@ -7,6 +7,7 @@ labels:
77
- '🏷 status: label work required'
88
- '🏁 status: ready for dev'
99
title: '✨ Update feature:'
10+
type: Enhancement
1011
body:
1112
- type: dropdown
1213
id: domain-type

.github/workflows/deploy-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: actions/setup-node@v4
3131
with:
32-
node-version: '18'
32+
node-version: '22'
3333
cache: 'pnpm'
3434

3535
- name: Install dependencies
@@ -48,7 +48,7 @@ jobs:
4848

4949
- uses: actions/setup-node@v4
5050
with:
51-
node-version: '18'
51+
node-version: '22'
5252
cache: 'pnpm'
5353

5454
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Node v18
4343
uses: actions/setup-node@v4
4444
with:
45-
node-version: 18
45+
node-version: 22
4646
cache: 'pnpm'
4747

4848
- name: Install Java and Maven

core-java/src/test/java/io/github/boykaframework/testng/ui/lang/pages/HomePage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static HomePage homePage () {
4343

4444
private final Locator languageSelector = Locator.buildLocator ()
4545
.name ("Language Selector")
46-
.web (cssSelector ("nav[aria-label=\"Main\"] div.dropdown"))
46+
.web (cssSelector ("nav div.dropdown:nth-child(2)"))
4747
.build ();
4848
private final Locator title = Locator.buildLocator ()
4949
.name ("Page Title")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"title": "Test-Framework für Browser und mobile Automatisierung der nächsten Generation für Node.js"
2+
"title": "Next-Gen Browser- und Mobile-Automatisierungs-Testframework für Node.js"
33
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/BoykaFramework/boyka-framework/issues"
2323
},
2424
"engines": {
25-
"node": ">=18.0.0"
25+
"node": ">=22.0.0"
2626
},
2727
"workspaces": [
2828
"website"
@@ -33,19 +33,19 @@
3333
"@commitlint/cli": "^19.8.1",
3434
"@commitlint/config-conventional": "^19.8.0",
3535
"@eslint/compat": "^1.2.9",
36-
"@eslint/js": "^9.25.1",
36+
"@eslint/js": "^9.27.0",
3737
"@lerna/child-process": "^7.4.2",
3838
"@release-it-plugins/lerna-changelog": "^7.0.0",
3939
"@stylistic/eslint-plugin-js": "^4.2.0",
4040
"@stylistic/eslint-plugin-ts": "^4.2.0",
41-
"@types/node": "^22.15.2",
41+
"@types/node": "^22.15.21",
4242
"@typescript-eslint/eslint-plugin": "^8.31.0",
4343
"@typescript-eslint/parser": "^8.31.0",
4444
"commitlint": "^19.8.0",
45-
"eslint": "^9.25.1",
45+
"eslint": "^9.27.0",
4646
"eslint-config-google": "^0.14.0",
4747
"eslint-config-prettier": "^10.1.2",
48-
"eslint-import-resolver-typescript": "^4.3.4",
48+
"eslint-import-resolver-typescript": "^4.3.5",
4949
"eslint-plugin-import": "^2.31.0",
5050
"eslint-plugin-prettier": "^5.2.6",
5151
"eslint-plugin-react": "^7.37.5",
@@ -57,7 +57,7 @@
5757
"lerna-version": "^6.6.2",
5858
"lint-staged": "^15.5.1",
5959
"lodash": "^4.17.21",
60-
"nx": "^21.0.3",
60+
"nx": "^21.1.1",
6161
"prettier": "^3.5.3",
6262
"react": "^19.1.0",
6363
"react-dom": "^19.1.0",
@@ -100,5 +100,5 @@
100100
"pnpm format"
101101
]
102102
},
103-
"packageManager": "pnpm@10.9.0"
103+
"packageManager": "pnpm@10.11.0"
104104
}

0 commit comments

Comments
 (0)