• 
      

    Fix a JavaScript test discrepency between Firefox and Chrome.

    Review Request #6533 — Created Oct. 29, 2014 and submitted

    Information

    Review Board
    release-2.0.x
    3e9c28f...

    Reviewers

    On Firefox, the tests for reloading the New Review Request view failed,
    due to a different CSS display value being used when showing the
    branches view. Since Chrome and Firefox disagree here, and what we
    really care about is that it's being shown again, we can just test that
    it's not "display: none".

    Unit tests pass on Chrome and Firefox.

    reviewbot
    1. Tool: Pyflakes
      Ignored Files:
          reviewboard/static/rb/js/newReviewRequest/views/tests/postCommitViewTests.js
      
      
      
      Tool: PEP8 Style Checker
      Ignored Files:
          reviewboard/static/rb/js/newReviewRequest/views/tests/postCommitViewTests.js
      
      
    2. 
        
    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed