Skip to content

Commit

Permalink
Issue #236: Update tests for field_information_schedule links
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmorlan committed Nov 17, 2023
1 parent 9374c57 commit e399ecf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ public function test(): void {
];
$xpath = $this->assertSession()->buildXPathQuery('//div[contains(@class, "field--name-field-information-schedule")]
[div[@class = "field__label"][normalize-space(text()) = "IM classification details"]]
[div[@class = "field__item"][text() = :classification_details]]', $args);
[div[@class = "field__item"]/a[text() = :classification_details]]', $args);
$this->assertSession()->elementExists('xpath', $xpath);
// Schedule code.
$args = [
Expand Down

0 comments on commit e399ecf

Please sign in to comment.