Skip to content

Commit ef24f38

Browse files
committed
Removed non-critical tags from acceptance tests
1 parent 696ab2b commit ef24f38

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

atest/acceptance/keywords/press_keys.robot

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,21 @@ 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 ChromeDriver
17-
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
18-
[Tags] known issue chrome known issue headlesschrome
1916
Press Keys text_field AAAAA+BBB
2017
Click Button OK
2118
Wait Until Page Contains AAAAABBB
2219

2320
Press Keys Sends c++
24-
[Documentation] Marked temporally as non-critical because ChromeDriver
25-
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
26-
[Tags] known issue chrome known issue headlesschrome
2721
Press Keys text_field c++
2822
Click Button OK
2923
Wait Until Page Contains c+
3024

3125
Press Keys Normal Keys Many Arguments
32-
[Documentation] Marked temporally as non-critical because ChromeDriver
33-
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
34-
[Tags] known issue chrome known issue headlesschrome
3526
Press Keys text_field ccc DDDD
3627
Click Button OK
3728
Wait Until Page Contains cccDDDD
3829

3930
Press Keys Normal Keys Many Times With Many Args
40-
[Documentation] Marked temporally as non-critical because ChromeDriver
41-
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
42-
[Tags] known issue chrome known issue headlesschrome
4331
Press Keys text_field a+b C+D
4432
Click Button OK
4533
Wait Until Page Contains abCD
@@ -50,15 +38,12 @@ Press Keys Special Keys SHIFT
5038
Wait Until Page Contains CC
5139

5240
Press Keys Special Keys SHIFT Many Times
53-
[Documentation] Marked temporally as non-critical because ChromeDriver
54-
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
55-
[Tags] known issue chrome known issue headlesschrome
5641
Press Keys text_field SHIFT+cc SHIFT+dd
5742
Click Button OK
5843
Wait Until Page Contains CCDD timeout=3
5944

6045
Press Keys To Multiple Elements
61-
[DOCUMENTATION] The | Press Keys | OK | ENTER | presses OK button two times, because
46+
[Documentation] The | Press Keys | OK | ENTER | presses OK button two times, because
6247
... Selenium sets the focus to element by clicking the element.
6348
Press Keys text_field tidii
6449
Press Keys OK ENTER
@@ -67,25 +52,16 @@ Press Keys To Multiple Elements
6752
Page Should Contain Element //p[text()="tidii"] limit=4
6853

6954
Press Keys ASCII Code Send As Is
70-
[Documentation] Marked temporally as non-critical because ChromeDriver
71-
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
72-
[Tags] known issue chrome known issue headlesschrome
7355
Press Keys text_field \\108 \\13
7456
Click Button OK
7557
Wait Until Page Contains \\108\\13 timeout=3
7658

7759
Press Keys With Scandic Letters
78-
[Documentation] Marked temporally as non-critical because ChromeDriver
79-
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
80-
[Tags] known issue chrome known issue headlesschrome
8160
Press Keys text_field ÖÄÖÄÖ ÅÖÄP
8261
Click Button OK
8362
Wait Until Page Contains ÖÄÖÄÖÅÖÄP timeout=3
8463

8564
Press Keys With Asian Text
86-
[Documentation] Marked temporally as non-critical because ChromeDriver
87-
... https://bugs.chromium.org/p/chromedriver/issues/detail?id=3162
88-
[Tags] known issue chrome known issue headlesschrome
8965
Press Keys text_field 田中さんにあげ+て下 さい
9066
Click Button OK
9167
Wait Until Page Contains 田中さんにあげて下さい timeout=3

0 commit comments

Comments
 (0)