gak112 / DearJobTesting

1 stars 0 forks source link

[WEB] [JS-MANAGE ALERTS] Missing Validation for Expected Min and Max Salary #991

Closed eraytech closed 10 months ago

eraytech commented 10 months ago

Steps:

  1. Open a web browser and navigate to the website: "https://dearjob.org".
  2. On the website's homepage, locate and click on the "LOGIN" link in the menu tab.
  3. Enter the registered Jobseeker ID and password, then click on the login button or press enter.
  4. After successful login, click on the "JOB SEEKER" menu and select "MANAGE ALERTS DISPLAY".
  5. Click on the "Add Alert" button to create a new job alert.

Actual Result:

While adding an alert, there is no validation between the "Expected Min Salary" and "Expected Max Salary" fields. Users can enter a value less than the minimum salary in the maximum salary field, which contradicts the intended functionality.

Expected Result:

The system should enforce proper validation between the "Expected Min Salary" and "Expected Max Salary" fields. Users should not be allowed to input a value in the "Expected Max Salary" field that is less than the specified minimum salary. This validation will ensure that the user adheres to the correct salary range while creating job alerts.

image

eraytech commented 10 months ago

verified and working