Skip to content

Commit

Permalink
remove button
Browse files Browse the repository at this point in the history
  • Loading branch information
jenriordan committed Dec 16, 2024
1 parent 3e2d048 commit 07bb864
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_frontend/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,7 @@ def licensing_grounds_simple(self, page):

# now we're on the upload documents page
expect(page).to_have_url(re.compile(r".*/upload-documents"))
# page.get_by_test_id("upload-documents-continue").click()
page.get_by_role("button", name="Continue").click()
page.get_by_role("link", name="Continue").click()


@pytest.fixture(autouse=True)
Expand Down

0 comments on commit 07bb864

Please sign in to comment.