yatt-ai / yattie

A tool to help testers test.
GNU General Public License v3.0
59 stars 10 forks source link

bug: Time Limit Field is always read-only #104

Closed afrozshaheenkhan closed 7 months ago

afrozshaheenkhan commented 9 months ago

Platform: Windows

YATTIE version: 0.10.0

Current behavior: Time Limit field is always read-only and not editable

Expected behavior: Time Limit field should be editable

image

isntlazy commented 7 months ago

@afrozshaheenkhan I checked the logic in code and as I understand, this is expected and not a bug. You can Edit this field only if your session status is "pending" which is happened when you click on Create new Session. @dacoaster please confirm if any changes required here

dacoaster commented 7 months ago

@isntlazy - This field definitely should be editable on the test charter screen (pictured). This is the only place where you can actually set the time limit.

isntlazy commented 7 months ago

@dacoaster it is editable there, just tested on a last main

image

Probably we can close this issue