DEV: Fix tests
This commit is contained in:
@@ -12,6 +12,6 @@ acceptance("Discourse Subscriptions", {
|
||||
QUnit.test("viewing product page", async assert => {
|
||||
await visit("/s");
|
||||
|
||||
assert.ok($("#product-list").length, "has product page");
|
||||
assert.ok($(".product-list").length, "has product page");
|
||||
assert.ok($(".product:first-child a").length, "has a link");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user