[Pkg-mozext-commits] [requestpolicy] 90/257: [tst][fix] redir.notif. test: `is_shown()`
David Prévot
taffit at moszumanska.debian.org
Thu Jan 28 03:20:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository requestpolicy.
commit 0ead02026f470dc3b3ee0fdd41e56b2dc5f0fc50
Author: Martin Kimmerle <dev at 256k.de>
Date: Fri Oct 16 13:51:56 2015 +0200
[tst][fix] redir.notif. test: `is_shown()`
`panel_exists()` has been renamed to `is_shown()`
---
tests/marionette/rp_puppeteer/tests/test_redirect_notification.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/marionette/rp_puppeteer/tests/test_redirect_notification.py b/tests/marionette/rp_puppeteer/tests/test_redirect_notification.py
index 7bd056c..795415a 100644
--- a/tests/marionette/rp_puppeteer/tests/test_redirect_notification.py
+++ b/tests/marionette/rp_puppeteer/tests/test_redirect_notification.py
@@ -28,8 +28,8 @@ class TestRedirectNotification(RequestPolicyTestCase):
with self.marionette.using_context("content"):
self.marionette.navigate(PAGE_WITH_REDIRECT)
- self.assertTrue(self.redir.panel_exists())
+ self.assertTrue(self.redir.is_shown())
self.redir.close()
# The panel should be closed when `close()` has been called,
# that is, the close action should be synchronized.
- self.assertFalse(self.redir.panel_exists())
+ self.assertFalse(self.redir.is_shown())
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git
More information about the Pkg-mozext-commits
mailing list