Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in id for input field: 'deleteRepoConfim' #2771

Open
donaldjosephsmith opened this issue Aug 9, 2022 · 0 comments
Open

Typo in id for input field: 'deleteRepoConfim' #2771

donaldjosephsmith opened this issue Aug 9, 2022 · 0 comments

Comments

@donaldjosephsmith
Copy link
Collaborator

Not a big deal, but I did spend some time scratching my head before I realized why the test I'm rewriting couldn't find the 'deleteRepoConfirm' field.

delete_repository_confirm_message: "<p>Please be aware <strong>you cannot undo this action</strong>.</p><p>This action will remove the <strong>repository</strong> and all associated records from the database, including any references it has to other records.</p><p>To continue please enter '%{repository}' below:</p><p><input id='deleteRepoConfim' data-confirm-answer='%{repository}'></input></p>"

\ id='deleteRepoConfim' data-confirm-answer='%{repository}'></input></p>"

unten ein:</p><p><input id='deleteRepoConfim' data-confirm-answer='%{repository}'></input></p>

\ veuillez entrer '%{repository}' ci-dessous:</p><p><input id='deleteRepoConfim'\

\ favor indica '%{repository}' abajo:</p><p><input id='deleteRepoConfim' data-confirm-answer='%{repository}'></input></p>"

$('#deleteRepoConfim').on('keyup', function () {

@driver.clear_and_send_keys([:id, 'deleteRepoConfim'], @deletable_repo.repo_code)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant