diff --git a/tests/unit/Codeception/Module/TestsForWeb.php b/tests/unit/Codeception/Module/TestsForWeb.php index 8ce984c..adba053 100644 --- a/tests/unit/Codeception/Module/TestsForWeb.php +++ b/tests/unit/Codeception/Module/TestsForWeb.php @@ -1416,7 +1416,7 @@ public function testCheckingOptionsWithComplexNames() $this->module->checkOption('#bmessage-topicslinks input[value="4"]'); $this->module->click('Submit'); $data = data::get('form'); - $this->assertContains(4, $data['BMessage']['topicsLinks']); + $this->assertContains('4', $data['BMessage']['topicsLinks']); } /**