mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 12:11:12 +08:00
FIX: editing a post wasn't showing error messages from the server
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
integration("Unknown");
|
||||
|
||||
test("Unknown URL", function() {
|
||||
test("Unknown URL", () => {
|
||||
expect(1);
|
||||
visit("/url-that-doesn't-exist");
|
||||
andThen(function() {
|
||||
andThen(() => {
|
||||
ok(exists(".page-not-found"), "The not found content is present");
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user