Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Fix delete confirmation test
Browse files Browse the repository at this point in the history
  • Loading branch information
comzeradd committed Mar 23, 2016
1 parent 578acf2 commit 0dd9369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings.py
Expand Up @@ -102,7 +102,7 @@ def click_update(self):

class DeleteAccount(PageRegion):

_delete_acknowledgement_locator = (By.CSS_SELECTOR, '#delete>input')
_delete_acknowledgement_locator = (By.CSS_SELECTOR, '#delete-checkbox')
_delete_profile_button_locator = (By.ID, 'delete-profile')

def check_acknowledgement(self):
Expand Down

2 comments on commit 0dd9369

@rbillings
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has caused automation to fail for 3 days on prod & stage- is there a way to fix it? https://webqa-ci.mozilla.com/view/Buildmaster/job/mozillians.prod/973/testReport/tests.test_profile/TestProfile/test_profile_deletion_confirmation/

@comzeradd
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes that made this test fail on dev will be merged on stage/prod on Tuesday. So this test will fail for just a few couple of days more.

Please sign in to comment.