mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 22:11:26 +08:00
apply prettier on gigantic find and replace (#7604)
This commit is contained in:
@ -24,22 +24,10 @@ componentTest("default", {
|
||||
async test(assert) {
|
||||
await this.subject.expand();
|
||||
|
||||
assert.equal(
|
||||
this.subject
|
||||
.header()
|
||||
.title(),
|
||||
"Topic Controls"
|
||||
);
|
||||
assert.equal(
|
||||
this.subject
|
||||
.header()
|
||||
.value(),
|
||||
null
|
||||
);
|
||||
assert.equal(this.subject.header().title(), "Topic Controls");
|
||||
assert.equal(this.subject.header().value(), null);
|
||||
assert.notOk(
|
||||
this.subject
|
||||
.selectedRow()
|
||||
.exists(),
|
||||
this.subject.selectedRow().exists(),
|
||||
"it doesn’t preselect first row"
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user