mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:23:25 +08:00
DEV: Fix typos in tests
This commit is contained in:
parent
1f053173a4
commit
d04234c667
|
@ -28,7 +28,7 @@ QUnit.test("Anonymous Viewing Group", async assert => {
|
|||
assert.equal(
|
||||
count(".nav-pills li a[title='Messages']"),
|
||||
0,
|
||||
"it deos not show group messages navigation link"
|
||||
"it does not show group messages navigation link"
|
||||
);
|
||||
|
||||
await click(".nav-pills li a[title='Activity']");
|
||||
|
@ -83,7 +83,7 @@ QUnit.test("Anonymous Viewing Automatic Group", async assert => {
|
|||
assert.equal(
|
||||
count(".nav-pills li a[title='Manage']"),
|
||||
0,
|
||||
"it deos not show group messages navigation link"
|
||||
"it does not show group messages navigation link"
|
||||
);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user