Skip to content

Commit

Permalink
EWPP-3116: Fill in subject field.
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyad committed Jul 17, 2023
1 parent 90fa0d3 commit cb4a590
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ public function testWysiwygTable(): void {
$this->click('#cke_edit-oe-teaser-0-value .cke_button__source');
$page->find('css', 'textarea.cke_source')->setValue('test');
$page->fillField('Content owner (value 1)', 'Audit Board of the European Communities (http://publications.europa.eu/resource/authority/corporate-body/ABEC)');
$page->fillField('Subject', 'financing');
$page->pressButton('Save');
$web_assert->elementExists('css', 'article .ecl table.ecl-table.ecl-table--zebra');
// Assert absence of classes in table related to "Zebra striping" with
Expand Down

0 comments on commit cb4a590

Please sign in to comment.