Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmartinez1062 committed Dec 12, 2023
1 parent 25d32c4 commit 1546966
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/javascripts/acceptance/composer-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,10 @@ acceptance("Discourse Post Voting - composer", function (needs) {
const categoryChooser = selectKit(".category-chooser");
await categoryChooser.expand();

debugger;
await categoryChooser.selectRowByValue(2);
await categoryChooser.collapse();
const newTopicType = selectKit(".dropdown-select-box");
debugger;
await newTopicType.expand();
debugger;
assert.strictEqual(
query(".action-title").innerText.trim(),
I18n.t("composer.create_post_voting.label")
Expand Down

0 comments on commit 1546966

Please sign in to comment.