DEV: Update test css selectors for core change (#481)

https://github.com/discourse/discourse/pull/23967
This commit is contained in:
David Taylor 2023-11-15 09:55:31 +00:00 committed by GitHub
parent 21986cc399
commit bb793f9cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ acceptance("Post event - composer", function (needs) {
assert.strictEqual(fromTime.header().name(), "12:00");
assert.strictEqual(toTime.header().name(), "13:00");
await click(`${modal} .modal-footer .btn-primary`);
await click(`${modal} .d-modal__footer .btn-primary`);
assert
.dom(".d-editor-input")