|
@@ 89-95 (lines=7) @@
|
| 86 |
|
return PluginStoreUpgradePage::at($this->tester); |
| 87 |
|
} |
| 88 |
|
|
| 89 |
|
private function ストアプラグイン_ボタンクリック($pluginCode, $label) |
| 90 |
|
{ |
| 91 |
|
$xpath = ['xpath' => $this->ストアプラグイン_セレクタ($pluginCode).'/../../td[6]//i[@data-original-title="'.$label.'"]/parent::node()']; |
| 92 |
|
$this->tester->click($xpath); |
| 93 |
|
|
| 94 |
|
return $this; |
| 95 |
|
} |
| 96 |
|
|
| 97 |
|
public function ストアプラグイン_セレクタ($pluginCode) |
| 98 |
|
{ |
|
@@ 133-139 (lines=7) @@
|
| 130 |
|
return $this; |
| 131 |
|
} |
| 132 |
|
|
| 133 |
|
private function 独自プラグイン_ボタンクリック($pluginCode, $label) |
| 134 |
|
{ |
| 135 |
|
$xpath = ['xpath' => $this->独自プラグイン_セレクタ($pluginCode).'/../td[6]//i[@data-original-title="'.$label.'"]/parent::node()']; |
| 136 |
|
$this->tester->click($xpath); |
| 137 |
|
|
| 138 |
|
return $this; |
| 139 |
|
} |
| 140 |
|
|
| 141 |
|
private function 独自プラグイン_セレクタ($pluginCode) |
| 142 |
|
{ |