mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
UX: show envelope when tag is only used in PM
UX: use regular envelope instead of solid envelope REFACTOR: %s/enveloppe/envelope/g
This commit is contained in:
@ -54,7 +54,7 @@ widgetTest("via-email", {
|
||||
},
|
||||
async test(assert) {
|
||||
await click(".post-info.via-email");
|
||||
assert.ok(this.rawEmailShown, "clicking the enveloppe shows the raw email");
|
||||
assert.ok(this.rawEmailShown, "clicking the envelope shows the raw email");
|
||||
}
|
||||
});
|
||||
|
||||
@ -69,7 +69,7 @@ widgetTest("via-email without permission", {
|
||||
await click(".post-info.via-email");
|
||||
assert.ok(
|
||||
!this.rawEmailShown,
|
||||
`clicking the enveloppe doesn't show the raw email`
|
||||
"clicking the envelope doesn't show the raw email"
|
||||
);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user