jaktestowac / gad-gui-api-demo

GAD🦎 - Application for learning testing GUI and API
https://jaktestowac.pl/about-gad
GNU General Public License v3.0
14 stars 10 forks source link

[Bug] (Database SQL Playground) Clicking any user_id (FK) in result of SQL query do not trigger an action #28

Closed jaktestowac closed 6 months ago

jaktestowac commented 7 months ago

Describe the bug Clicking any user_id (FK) in result of SQL query do not trigger an action

To Reproduce Steps to reproduce the behavior:

  1. Go to 'tools/dbplayground.html#article_24'
  2. Add query in SQL Query:
    SELECT *
    FROM articles
    WHERE title
    LIKE '%test%'
  3. Click on 'Run'
  4. Click any of clickable users ids in column user_id (FK)

Expected behavior I don't know what creator had in mind allowing this to be clickable. The action can be: Clicking user id opens new tab where user id is highlighted.

Screenshots obraz

Desktop (please complete the following information):