Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 141b484

Browse files
committed
Fixed typos and removed no longer needed internal utility class TestItHome
1 parent d7a9c4f commit 141b484

File tree

4 files changed

+3
-71
lines changed

4 files changed

+3
-71
lines changed

documentation/chapters/support-junit4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public class DifferentBrowserFactoriesTest {
9898

9999
## @EntryPoint
100100
In order for a `Browser` to be automatically navigated to an applications entry point before each test,
101-
the `@EntryPoint` annotation can used. The navigation at the beginning of each test is done weather or not a `Browser` is static!
101+
the `@EntryPoint` annotation can used. The navigation at the beginning of each test is done whether or not a `Browser` is static!
102102

103103
### Example
104104
```java

webtester-core/src/main/java/info/novatec/testit/webtester/internal/TestItHome.java

Lines changed: 0 additions & 68 deletions
This file was deleted.

webtester-core/src/main/java/info/novatec/testit/webtester/internal/configuration/NamedProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
public enum NamedProperties {
88

9-
@Documentation("Weather or not the events should be fired.")
9+
@Documentation("Whether or not the events should be fired.")
1010
@TypeDefinition(Constants.BOOLEAN)
1111
@DefaultValue("true")
1212
EVENTS("events.enabled"),

webtester-core/src/main/resources/testit-webtester-default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Weather or not the events should be fired.
1+
# Whether or not the events should be fired.
22
# TYPE: boolean [true, false]
33
events.enabled = true
44

0 commit comments

Comments
 (0)