Omar Guzman

Results 40 comments of Omar Guzman

I LOVE IT! Too bad it doesn't work :(

@rosivanov thanks for adding that resize code. Unfortunately it doesn't work for me. I'm resizing the test with fitty('.fit'); then I attempt to resize it using scaleFontSize that you made...

I think your reading the query incorrectly. `await select(page).assertElementPresent('div:contains(Text) > "hello"');` Text should be the text. ` ('div:contains(Hello)...');`

Is there any documentation on how to use Fuzzy or asyoutype? I guess this is what I'm looking for but documentation on google is scarce.

Also in config file I see `'conversations' => Launcher\Mercurius\Models\Conversation::class,`. but I don't see a Conversation model file.

@CristianEnache great catch, this worked for me

@rj1 Same here, did you get this resolved? The DB is not being read. In ConversationRepository.php this causes the error: ``` $res = Mercurius::model('message') ->select('sender_id') ->where('receiver_id', '=', $user) ->whereNull('seen_at') ->count();...

How did you integrate routes into your project? @DonxDaniyar