File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Matchers library to work with WebDriver WebElement interface.
6
6
<dependency >
7
7
<groupId >ru.yandex.qatools.matchers</groupId >
8
8
<artifactId >webdriver-matchers</artifactId >
9
- <version >1.0-SNAPSHOT </version >
9
+ <version >1.0</version >
10
10
</dependency >
11
11
```
12
12
@@ -18,7 +18,7 @@ Matchers library to work with collections.
18
18
<dependency >
19
19
<groupId >ru.yandex.qatools.matchers</groupId >
20
20
<artifactId >collection-matchers</artifactId >
21
- <version >1.0-SNAPSHOT </version >
21
+ <version >1.0</version >
22
22
</dependency >
23
23
```
24
24
@@ -30,7 +30,7 @@ Decorators which allows handle additional condition issues (e.g. timeouts) direc
30
30
<dependency >
31
31
<groupId >ru.yandex.qatools.matchers</groupId >
32
32
<artifactId >matcher-decorators</artifactId >
33
- <version >1.0-SNAPSHOT </version >
33
+ <version >1.0</version >
34
34
</dependency >
35
35
```
36
36
[ More Info] ( https://github.com/yandex-qatools/matchers-java/tree/master/matcher-decorators )
Original file line number Diff line number Diff line change @@ -54,3 +54,4 @@ Expected: element "class" attribute is "big-title"
54
54
55
55
## WebDriver Matchers
56
56
57
+ ... * (will be soon)*
You can’t perform that action at this time.
0 commit comments