- Timestamp:
- 06/30/2020 02:20:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportFile.php
r47278 r48236 321 321 322 322 $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 ); 324 324 $this->assertContains( $request->email, $report_contents ); 325 325 } … … 397 397 $this->assertContains( '<div id="table_of_contents">', $report_contents ); 398 398 $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 ); 400 400 $this->assertContains( $request->email, $report_contents ); 401 401 }
Note: See TracChangeset
for help on using the changeset viewer.