Skip to content

Commit

Permalink
Issue #231: Update tests for theming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmorlan committed Nov 28, 2023
1 parent 42826b9 commit 9349ffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ public function test(): void {
':data_set_title_2' => $data_set_title_2,
];
$xpath = $this->assertSession()->buildXPathQuery('//div
[//div[text() = "Used-in data sets"]]
[//div[text() = "Used in datasets"]]
[//a[text() = :data_set_title_2]]', $args);
$this->assertSession()->elementExists('xpath', $xpath);
$this->assertSession()->elementNotExists('xpath', '//div[text() = "Data sets used"]');
Expand Down

0 comments on commit 9349ffc

Please sign in to comment.