Skip to content

Commit

Permalink
クリック対象を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi committed Feb 16, 2021
1 parent 06afa7f commit b9866aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeception/_support/Page/Admin/OrderManagePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class OrderManagePage extends AbstractAdminPageStyleGuide
public static $検索条件_受注ステータス = ['id' => 'admin_search_order_status'];
public static $検索結果_メッセージ = '#search_form #search_total_count';
public static $検索結果_エラーメッセージ = '//*[@id="page_admin_order"]/div[1]/div[3]/div[3]/div/div/div[1]/div/div[1]';
public static $詳細検索ボタン = '//*[@id="search_form"]/div[1]/div/div/div[3]/a/i/span';
public static $詳細検索ボタン = '//*[@id="search_form"]/div[1]/div/div/div[3]';
public static $タイトル要素 = '.c-container .c-contentsArea .c-pageTitle .c-pageTitle__titles';

/**
Expand Down

0 comments on commit b9866aa

Please sign in to comment.