DEV: Fix typos in tests

This commit is contained in:
Jarek Radosz 2020-06-21 17:58:23 +02:00
parent 1f053173a4
commit d04234c667

View File

@ -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"
);
});