#3776 Fix test_pagure_flask_ui_issues_templates
Merged 5 years ago by pingou. Opened 5 years ago by lenkaseg.
Unknown source tabindex_test_fix  into  master

@@ -175,7 +175,7 @@

                  '<a href="javascript:void(0)" class="issue-template dropdown-item" data-value="default">default</a>',

                  output_text)

              self.assertIn(

-                 'placeholder="Enter your comment here" tabindex=1 required>'

+                 'placeholder="Enter your comment here" tabindex=2 required>'

                  'Report your issue</textarea>', output_text)

  

      def test_new_issue_w_specific_template(self):
@@ -202,7 +202,7 @@

                  '<a href="javascript:void(0)" class="issue-template dropdown-item" data-value="default">default</a>',

                  output_text)

              self.assertIn(

-                 'placeholder="Enter your comment here" tabindex=1 required>'

+                 'placeholder="Enter your comment here" tabindex=2 required>'

                  'Bid for 2018\n############', output_text)

  

      def test_get_ticket_template_no_csrf(self):

Needs to be rebased to be merged (cf the red box at the top right)

rebased onto 06fb20a

5 years ago

There is test failing, which was not failing before, so it confused me.
This one => py3-test_style
But it's failing also in master.

Pull-Request has been merged by pingou

5 years ago

Testing comments, no panic!