mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 05:25:35 +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…
x
Reference in New Issue
Block a user