We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b89240 commit e68403aCopy full SHA for e68403a
tests/acceptance/test_link_team.py
@@ -69,7 +69,6 @@ def test_link_team(self):
69
self.browser.click('[name="team"]')
70
self.browser.click(f'[value="{self.team.id}"]')
71
self.browser.click('[type="submit"]')
72
- self.browser.wait_until_not(".loading")
73
# Ensure we get to the next page before checking for the ExternalActor
74
self.browser.wait_until_test_id("back-to-slack")
75
@@ -97,7 +96,6 @@ def test_link_team_as_team_admin(self):
97
96
98
99
100
101
102
103
0 commit comments