Skip to content

Commit

Permalink
remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
eug-L committed Jul 4, 2024
1 parent 86202c5 commit 6d90727
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Coverages/VisibilityOptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ private function check_widget_not_on_page( $url ) {
*/
public function should_not_display_widget_on_excluded_page_while_always_display_is_enabled() {
$excluded_url = self::$web->get_base_url() . 'category/category-a/';
echo "$excluded_url";
self::$web->toggle_switch( '#exclude-url', true );
self::$driver->find_element_and_input( '#excluded-url-list', $excluded_url );

Expand Down

0 comments on commit 6d90727

Please sign in to comment.