|
@@ 84-90 (lines=7) @@
|
| 81 |
|
return PluginStoreUpgradePage::at($this->tester); |
| 82 |
|
} |
| 83 |
|
|
| 84 |
|
private function ストアプラグイン_ボタンクリック($pluginCode, $label) |
| 85 |
|
{ |
| 86 |
|
$xpath = ['xpath' => $this->ストアプラグイン_セレクタ($pluginCode).'/../../td[6]//i[@data-original-title="'.$label.'"]/parent::node()']; |
| 87 |
|
$this->tester->click($xpath); |
| 88 |
|
|
| 89 |
|
return $this; |
| 90 |
|
} |
| 91 |
|
|
| 92 |
|
private function ストアプラグイン_セレクタ($pluginCode) |
| 93 |
|
{ |
|
@@ 128-134 (lines=7) @@
|
| 125 |
|
return $this; |
| 126 |
|
} |
| 127 |
|
|
| 128 |
|
private function 独自プラグイン_ボタンクリック($pluginCode, $label) |
| 129 |
|
{ |
| 130 |
|
$xpath = ['xpath' => $this->独自プラグイン_セレクタ($pluginCode).'/../td[6]//i[@data-original-title="'.$label.'"]/parent::node()']; |
| 131 |
|
$this->tester->click($xpath); |
| 132 |
|
|
| 133 |
|
return $this; |
| 134 |
|
} |
| 135 |
|
|
| 136 |
|
private function 独自プラグイン_セレクタ($pluginCode) |
| 137 |
|
{ |