mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
test(webview): fixed tests after refactoring
This commit is contained in:
@ -22,4 +22,5 @@ def test_website_widget_set_url(website_widget):
|
||||
assert website_widget.website.url() == QUrl("https://scilog.psi.ch")
|
||||
|
||||
website_widget.set_url("https://google.com")
|
||||
assert website_widget.get_url() == "https://google.com"
|
||||
website_widget.wait_until_loaded()
|
||||
assert website_widget.get_url() == "https://www.google.com/"
|
||||
|
Reference in New Issue
Block a user