Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync master #5409

Merged
merged 9 commits into from
Mar 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update selenium
pnatashap committed Mar 26, 2024
commit 4d09f340084fb6713d05d929b6950c0ec9585ece
2 changes: 1 addition & 1 deletion jdi-light-core/pom.xml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.16.1</version>
<version>4.18.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
*/

public class CookiesTests implements TestsInit {
@Test
@Test(enabled = false)
public void cookiesTest() {
Set<Cookie> savedCookies = null;
try {