Upload a file using the file input and verify upload success message
Preconditions (2)
Step 1: Locate the file input element with id 'file-upload'
Step 2: Use the file selector to choose 'sample.txt' from fixtures
Step 3: Click the submit button with id 'upload-submit'
Step 4: Wait for the upload success message to appear with id 'upload-success'
✅ Expected Result: The upload success message displays text 'File uploaded successfully!'