We no longer know whether profiles are suspended
This commit is contained in:
parent
bc0ccb483a
commit
51c7af082d
3 changed files with 6 additions and 10 deletions
|
@ -71,9 +71,9 @@ class ProfileTest(BaseTestCase):
|
|||
self.open_nitter(username)
|
||||
self.assert_text(f'User "{username}" not found')
|
||||
|
||||
def test_suspended(self):
|
||||
self.open_nitter('test')
|
||||
self.assert_text('User "test" has been suspended')
|
||||
# def test_suspended(self):
|
||||
# self.open_nitter('test')
|
||||
# self.assert_text('User "test" has been suspended')
|
||||
|
||||
@parameterized.expand(banner_color)
|
||||
def test_banner_color(self, username, color):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue