Make WordPress Core


Ignore:
Timestamp:
06/30/2020 02:20:37 PM (4 years ago)
Author:
afercia
Message:

Fix Privacy tests after [48234].
See #50335.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php

    r47278 r48236  
    321321
    322322        $this->assertNotContains( '<div id="table_of_contents">', $report_contents );
    323         $this->assertNotContains( '<div class="return_to_top">', $report_contents );
     323        $this->assertNotContains( '<div class="return-to-top">', $report_contents );
    324324        $this->assertContains( $request->email, $report_contents );
    325325    }
     
    397397        $this->assertContains( '<div id="table_of_contents">', $report_contents );
    398398        $this->assertContains( '<h2 id="user-user">User</h2>', $report_contents );
    399         $this->assertContains( '<div class="return_to_top">', $report_contents );
     399        $this->assertContains( '<div class="return-to-top">', $report_contents );
    400400        $this->assertContains( $request->email, $report_contents );
    401401    }
Note: See TracChangeset for help on using the changeset viewer.