Skip to content

Commit

Permalink
Index UI unit tests (#4262)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra committed Sep 6, 2024
1 parent b19ae1a commit 26fa531
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function testDataDictionaryWidgetBehavior() {
$session->elementExists('css', '#edit-field-json-metadata-0-identifier');
$session->elementExists('css', '#edit-field-json-metadata-0-title');
$session->elementExists('css', '#edit-field-json-metadata-0-dictionary-fields-add-row-button');
$session->elementExists('css', '#edit-field-json-metadata-0-indexes-add-row-button');

}

Expand Down
Loading

0 comments on commit 26fa531

Please sign in to comment.