[Rt-commit] rt branch, 4.6/selfservice-checkout-attachmemt-layout-fix, repushed
Aaron Trevena
ast at bestpractical.com
Tue Dec 17 09:28:53 EST 2019
The branch 4.6/selfservice-checkout-attachmemt-layout-fix was deleted and repushed:
was 05879e77716e09d1dbadf75b4c8c35d653912ad2
now 8939b9f3236e408286dfe4a1bb724eaa4f250335
1: 05879e7771 ! 1: 8939b9f323 Render dropzone below message box in self-service
@@ -3,6 +3,7 @@
Render dropzone below message box in self-service
Moves attachment ui to below message box, centers fields in self-service form
+ Updated tests referring to removed text
diff --git a/share/html/SelfService/Create.html b/share/html/SelfService/Create.html
--- a/share/html/SelfService/Create.html
@@ -131,3 +132,14 @@
</&>
</form>
+
+diff --git a/t/web/csrf.t b/t/web/csrf.t
+--- a/t/web/csrf.t
++++ b/t/web/csrf.t
+@@
+ is($m->response->redirects, 0, "no redirection");
+ like($m->response->request->uri, qr{^http://[^/]+\Q/SelfService/Create.html\E\?CSRF_Token=\w+$});
+ $m->title_is('Create a ticket in #1');
+-$m->content_contains('Describe the issue below:');
+
+ done_testing;
More information about the rt-commit
mailing list