DEV: Update test css selectors for core change (#481)
https://github.com/discourse/discourse/pull/23967
This commit is contained in:
parent
21986cc399
commit
bb793f9cd8
|
|
@ -58,7 +58,7 @@ acceptance("Post event - composer", function (needs) {
|
||||||
assert.strictEqual(fromTime.header().name(), "12:00");
|
assert.strictEqual(fromTime.header().name(), "12:00");
|
||||||
assert.strictEqual(toTime.header().name(), "13:00");
|
assert.strictEqual(toTime.header().name(), "13:00");
|
||||||
|
|
||||||
await click(`${modal} .modal-footer .btn-primary`);
|
await click(`${modal} .d-modal__footer .btn-primary`);
|
||||||
|
|
||||||
assert
|
assert
|
||||||
.dom(".d-editor-input")
|
.dom(".d-editor-input")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue