mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
FIX: edit tag test (#15207)
Broken with PR https://github.com/discourse/discourse/pull/15149
This commit is contained in:
parent
a616bc296a
commit
412a6c0e8c
@ -17,7 +17,7 @@
|
||||
<div class="tag-name-wrapper">
|
||||
{{discourse-tag tagInfo.name tagName="div" size="large"}}
|
||||
{{#if canAdminTag}}
|
||||
{{d-button action=(action "edit") class="btn-flat edit-tag" title=(i18n "tagging.edit_tag") icon="pencil-alt" }}
|
||||
{{d-button action=(action "edit") class="btn-flat edit-tag" title="tagging.edit_tag" icon="pencil-alt" }}
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="tag-description-wrapper">
|
||||
|
@ -465,7 +465,7 @@ acceptance("Tag info", function (needs) {
|
||||
"it doesn't change URL"
|
||||
);
|
||||
|
||||
await click("#edit-tag");
|
||||
await click(".edit-tag");
|
||||
await fillIn("#edit-name", "happy-monkey2");
|
||||
await click(".submit-edit");
|
||||
assert.strictEqual(
|
||||
|
Loading…
Reference in New Issue
Block a user