mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: editing a post wasn't showing error messages from the server
This commit is contained in:
parent
b071bd3c7c
commit
df3b1f6968
21 changed files with 113 additions and 117 deletions
|
@ -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");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue