-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
6 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 0 additions & 44 deletions
44
features/managing_queue_items/browsing_queue_items.feature
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
features/managing_queue_items/deleting_queue_items.feature
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +0,0 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Tests\Webgriffe\SyliusAkeneoPlugin\Behat\Page\Admin\QueueItem; | ||
|
||
use Sylius\Behat\Page\Admin\Crud\IndexPage as BaseIndexPage; | ||
|
||
class IndexPage extends BaseIndexPage implements IndexPageInterface | ||
{ | ||
public function chooseImportedFilter(string $imported): void | ||
{ | ||
$this->getElement('filter_imported')->selectOption($imported); | ||
} | ||
|
||
public function specifyImporterFilter(string $importer): void | ||
{ | ||
$this->getElement('filter_importer')->setValue($importer); | ||
} | ||
|
||
public function specifyIdentifierFilter(string $identifier): void | ||
{ | ||
$this->getElement('filter_identifier')->setValue($identifier); | ||
} | ||
|
||
protected function getDefinedElements(): array | ||
{ | ||
return array_merge( | ||
parent::getDefinedElements(), | ||
[ | ||
'filter_imported' => '#criteria_imported', | ||
'filter_importer' => '#criteria_akeneoEntity_value', | ||
'filter_identifier' => '#criteria_akeneoIdentifier_value', | ||
], | ||
); | ||
} | ||
} | ||
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters