Skip to content

Commit d322386

Browse files
committed
Fix tests...again...
1 parent 77bede7 commit d322386

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/tests_transfers/aws/test_tui_setup_aws.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@ async def test_aws_connection_setup(
108108

109109
await self.scroll_to_click_pause(pilot, "#setup_aws_ok_button")
110110

111-
assert (
112-
pilot.app.screen.query_one(
113-
"#configs_go_to_project_screen_button"
114-
).visible
115-
is True
116-
)
117-
118111
@pytest.mark.asyncio
119112
async def test_aws_connection_setup_failed(self, central_path_and_project):
120113
"""Test AWS connection setup using an incorrect client secret and check

0 commit comments

Comments
 (0)