Skip to content

Commit

Permalink
fix test and test spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Sep 14, 2023
1 parent 22fac13 commit ffa37e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from "../helpers/admin-wizard";
import { Promise } from "rsvp";

acceptance("Admin | Custom Fields Unsuscribed", function (needs) {
acceptance("Admin | Custom Fields Unsubscribed", function (needs) {
needs.user();
needs.settings({
custom_wizard_enabled: true,
Expand Down
4 changes: 2 additions & 2 deletions test/javascripts/acceptance/admin-wizards-unsuscribed-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
getWizard,
} from "../helpers/admin-wizard";

acceptance("Admin | Custom Wizard Unsuscribed", function (needs) {
acceptance("Admin | Custom Wizard Unsubscribed", function (needs) {
needs.user();
needs.settings({
custom_wizard_enabled: true,
Expand Down Expand Up @@ -257,7 +257,7 @@ acceptance("Admin | Custom Wizard Unsuscribed", function (needs) {
".wizard-custom-step .wizard-text-editor .d-editor button.local-dates"
);
assert.ok(
exists(".discourse-local-dates-create-modal.modal-body"),
exists(".discourse-local-dates-create-modal .modal-body"),
"Insert date-time modal visible"
);
assert.ok(
Expand Down

0 comments on commit ffa37e8

Please sign in to comment.