Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
ISAICP-6765: Fix class block_element higlight content.
Browse files Browse the repository at this point in the history
  • Loading branch information
saidatom committed Oct 20, 2021
1 parent b7bdcb4 commit 966c08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Context/SolutionContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ public function setDownloadCountForEntity(string $type, string $target_entity_la
public function assertHighlightedSolution(string $label): void {
$solution = self::getSolutionByName($label);

$block_element = $this->getSession()->getPage()->find('css', '.block-entityqueue--highlighted-content');
$block_element = $this->getSession()->getPage()->find('css', '.block-entityqueue--highlighted-solution');

// Check block title.
$actual_block_title = $block_element->find('css', 'h2')->getText();
Expand Down

0 comments on commit 966c08b

Please sign in to comment.