Skip to content

Commit 93f0400

Browse files
committed
Updated failing test documentation.
1 parent 74204ec commit 93f0400

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

atest/acceptance/keywords/press_keys.robot

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,32 @@ Press Keys Normal Keys
1313
Wait Until Page Contains AAAAA
1414

1515
Press Keys Normal Keys Many Times
16-
[Documentation] Marked temporally as non-critical because Chrome 76 has bug with
17-
... Selenium ActionChains
16+
[Documentation] Marked temporally as non-critical because ChromeDriver
17+
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
1818
[Tags] known issue chrome known issue headlesschrome
1919
Press Keys text_field AAAAA+BBB
2020
Click Button OK
2121
Wait Until Page Contains AAAAABBB
2222

2323
Press Keys Sends c++
24-
[Documentation] Marked temporally as non-critical because Chrome 76 has bug with
25-
... Selenium ActionChains
24+
[Documentation] Marked temporally as non-critical because ChromeDriver
25+
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
2626
[Tags] known issue chrome known issue headlesschrome
2727
Press Keys text_field c++
2828
Click Button OK
2929
Wait Until Page Contains c+
3030

3131
Press Keys Normal Keys Many Arguments
32-
[Documentation] Marked temporally as non-critical because Chrome 76 has bug with
33-
... Selenium ActionChains
32+
[Documentation] Marked temporally as non-critical because ChromeDriver
33+
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
3434
[Tags] known issue chrome known issue headlesschrome
3535
Press Keys text_field ccc DDDD
3636
Click Button OK
3737
Wait Until Page Contains cccDDDD
3838

3939
Press Keys Normal Keys Many Times With Many Args
40-
[Documentation] Marked temporally as non-critical because Chrome 76 has bug with
41-
... Selenium ActionChains
40+
[Documentation] Marked temporally as non-critical because ChromeDriver
41+
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
4242
[Tags] known issue chrome known issue headlesschrome
4343
Press Keys text_field a+b C+D
4444
Click Button OK
@@ -50,8 +50,8 @@ Press Keys Special Keys SHIFT
5050
Wait Until Page Contains CC
5151

5252
Press Keys Special Keys SHIFT Many Times
53-
[Documentation] Marked temporally as non-critical because Chrome 76 has bug with
54-
... Selenium ActionChains
53+
[Documentation] Marked temporally as non-critical because ChromeDriver
54+
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
5555
[Tags] known issue chrome known issue headlesschrome
5656
Press Keys text_field SHIFT+cc SHIFT+dd
5757
Click Button OK
@@ -67,24 +67,24 @@ Press Keys To Multiple Elements
6767
Page Should Contain Element //p[text()="tidii"] limit=4
6868

6969
Press Keys ASCII Code Send As Is
70-
[Documentation] Marked temporally as non-critical because Chrome 76 has bug with
71-
... Selenium ActionChains
70+
[Documentation] Marked temporally as non-critical because ChromeDriver
71+
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
7272
[Tags] known issue chrome known issue headlesschrome
7373
Press Keys text_field \\108 \\13
7474
Click Button OK
7575
Wait Until Page Contains \\108\\13 timeout=3
7676

7777
Press Keys With Scandic Letters
78-
[Documentation] Marked temporally as non-critical because Chrome 76 has bug with
79-
... Selenium ActionChains
78+
[Documentation] Marked temporally as non-critical because ChromeDriver
79+
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
8080
[Tags] known issue chrome known issue headlesschrome
8181
Press Keys text_field ÖÄÖÄÖ ÅÖÄP
8282
Click Button OK
8383
Wait Until Page Contains ÖÄÖÄÖÅÖÄP timeout=3
8484

8585
Press Keys With Asian Text
86-
[Documentation] Marked temporally as non-critical because Chrome 76 has bug with
87-
... Selenium ActionChains
86+
[Documentation] Marked temporally as non-critical because ChromeDriver
87+
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
8888
[Tags] known issue chrome known issue headlesschrome
8989
Press Keys text_field 田中さんにあげ+て下 さい
9090
Click Button OK

0 commit comments

Comments
 (0)