Reenable suspended test
This commit is contained in:
parent
91f42c4c94
commit
57f8417657
1 changed files with 3 additions and 3 deletions
|
@ -71,9 +71,9 @@ class ProfileTest(BaseTestCase):
|
||||||
self.open_nitter(username)
|
self.open_nitter(username)
|
||||||
self.assert_text(f'User "{username}" not found')
|
self.assert_text(f'User "{username}" not found')
|
||||||
|
|
||||||
# def test_suspended(self):
|
def test_suspended(self):
|
||||||
# self.open_nitter('test')
|
self.open_nitter('test')
|
||||||
# self.assert_text('User "test" has been suspended')
|
self.assert_text('User "test" has been suspended')
|
||||||
|
|
||||||
@parameterized.expand(banner_color)
|
@parameterized.expand(banner_color)
|
||||||
def test_banner_color(self, username, color):
|
def test_banner_color(self, username, color):
|
||||||
|
|
Loading…
Reference in a new issue