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

playwright module unit tests #80

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
correct test method name
Mykhailo Novitskyi committed Aug 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 6dcbdea4d71498217403223ca008073023c0f574
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ public void tearDown() {
}

@Test
public void test() {
public void shouldDriverBeCreated() {
assertTrue(DriverManager.wasDriverCreated(), "Driver was not created");
}