Skip to content

Commit f89b47e

Browse files
committed
Update test procedure
1 parent ec7299a commit f89b47e

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

doc/verify/sources/PreReleaseTests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* http://localhost:8080 をリロードする
4646
* [ ] 「フォームを再送信しますか?」ダイアログ一瞬表示され、キャンセルされること
4747

48-
##### ERR_CACHE_MISSページを自動で閉じるケース
48+
##### ERR_CACHE_MISSページが表示されるケース
4949

5050
* `powershell doc\verify\sources\TestTools\http_server.ps1`でローカルのWebサーバーを起動する
5151
* `http://localhost:8080`で簡易Webサーバーが起動する
@@ -55,7 +55,7 @@
5555
* フォームに「test」と入力して、「送信」ボタンを押す
5656
* 遷移先の http://localhost:8080 で右クリックし、「戻る」を押す
5757
* 遷移先の 「form.html」 で右クリックし、「進む」を押す
58-
* [ ] ポップアップダイアログが閉じること
58+
* [ ] ERR_CACHE_MISSページが表示されること
5959

6060
### すべてのURLを対象にした時の動作確認(警告ダイアログ有)
6161

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[GLOBAL]
22
@WARNING_WHEN_CLOSE_DIALOG
3+
@CLOSE_ERR_CACHE_MISS_PAGE
34

45
[TARGETS]
56
*

doc/verify/sources/TestTools/Senarios/scenario3.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[GLOBAL]
2+
@CLOSE_ERR_CACHE_MISS_PAGE
3+
14
[TARGETS]
25
*://example.com/jp*
36
*://example.com/us/??/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
[GLOBAL]
2+
@CLOSE_ERR_CACHE_MISS_PAGE
3+
14
[TARGETS]
25
*://localhost:8080*

0 commit comments

Comments
 (0)