Skip to content

Commit

Permalink
Revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lupus2k committed Feb 1, 2024
1 parent e918627 commit 2a9e3c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public function test_add_users_menu() {

static::$admin_menu->add_users_menu();

$this->assertSame( 'profile.php', $submenu['profile.php'][0][2] );
$this->assertSame( 'https://wordpress.com/me', $submenu['profile.php'][0][2] );
$this->assertSame( 'https://wordpress.com/me/account', $submenu['profile.php'][2][2] );

// Reset.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public function test_add_users_menu() {
$this->assertSame( 'https://wordpress.com/people/team/' . static::$domain, $submenu['users.php'][0][2] );
$this->assertSame( 'user-new.php', $submenu['users.php'][2][2] );
$this->assertSame( 'https://wordpress.com/subscribers/' . static::$domain, $submenu['users.php'][4][2] );
$this->assertSame( 'profile.php', $submenu['users.php'][5][2] );
$this->assertSame( 'https://wordpress.com/me', $submenu['users.php'][5][2] );
$this->assertSame( 'https://wordpress.com/me/account', $submenu['users.php'][6][2] );
}

Expand Down

0 comments on commit 2a9e3c9

Please sign in to comment.