mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 01:14:12 +08:00
Rename "Integration" tests to "Acceptance" tests.
The term "Acceptance" seems to have won out everywhere and I don't want our codebase to be confusing.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
integration("Groups");
|
||||
import { acceptance } from "helpers/qunit-helpers";
|
||||
acceptance("Groups");
|
||||
|
||||
test("Browsing Groups", () => {
|
||||
visit("/groups/discourse");
|
||||
|
Reference in New Issue
Block a user