[WebView][Non-ACR] Fix some TCs due to Chromium upstream change 94/302994/3
authoryh106.jung <yh106.jung@samsung.com>
Mon, 18 Dec 2023 10:33:30 +0000 (19:33 +0900)
committerYoungha Jung <yh106.jung@samsung.com>
Tue, 19 Dec 2023 01:53:53 +0000 (01:53 +0000)
commitc2d4778f326f4e9a53ab7e1be1722edf6b8ce856
tree32c6be9925a88855e8451214938e1c10472a86ba
parent96623a15c5cacbb1447f8abc102b0609ea841765
[WebView][Non-ACR] Fix some TCs due to Chromium upstream change

This patch fixes 2 TCs due to Chromium upstream change.

1. Tizen.WebView.Tests.SettingsTests.ScriptsCanOpenWindows_READ_WRITE

Default value of new window policy is 'Allowed', so it is appropriate to
perform the negative case first.

2. Tizen.WebView.Tests.WebViewTests.StopLoading_CHANGE_STATUS

Error event is no longer occurred by the user's stop request, this patch
checks only stop request at the start of loading.

Change-Id: I6fdb91e92beb8920753cc666074360bfd760c93d
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
tct-suite-vs/Tizen.WebView.Tests/testcase/TSSettings.cs
tct-suite-vs/Tizen.WebView.Tests/testcase/TSWebView.cs