Closed
Bug 429735
Opened 17 years ago
Closed 17 years ago
when creating new test run, javascript error occurs
Categories
(Testopia :: Test Runs, defect)
Testopia
Test Runs
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: andrew, Assigned: gregaryh)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Build Identifier: Testopia 2.0 on Bugzilla 3.0
When I try to created a new test run, a javascript error occurs that doesn't allow me to continue. Here's the error:
"missing ) in parenthetical
http://<bugzilla instance>/testopia/extjs/ext-all-debug.js
Line 6679"
No matter what values I use in the test run, I still get that error. I also get the error on http://landfill.bugzilla.org/testopia2/tr_new_run.cgi?case_status_id=2&plan_id=3, so at least I can duplicate it on Bugzilla 3.0.3.
Reproducible: Always
Steps to Reproduce:
1. Click on 'New Run'.
2. Fill in the values that are required.
3. Click 'Submit'.
Actual Results:
Javascript error:
missing ) in parenthetical
http://<bugzilla instance>/testopia/extjs/ext-all-debug.js
Line 6679
Expected Results:
Send me to the correct page for the new test run.
Assignee | ||
Comment 1•17 years ago
|
||
This appears to be working now.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Was this fixed in the latest release of testopia? Or did it magically start working? :)
Assignee | ||
Comment 3•17 years ago
|
||
Maybe?
I don't recall fixing it directly, but I may have.
I was able to reproduce this issue. But I came across slightly different Java-script error.
Steps to Reproduce:
1. Click on 'New Run'.
2. Fill in the values that are required except build version.
3. For Build version, type the build version which is already present in the drop-down list (Note :- do not select from the list)
4. Click 'Submit'.
Actual Results:
SyntaxError: expected expression, got '<'
(<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//E
ext-all.js (line 1, col 1)
Expected result:-
Send me to the correct page for the new test run.
Environment:-
Mozilla Firefox :- Ubuntu (43.0)
Mozilla Firefox :- Windows 7 (42.4)
Build Identifier :- Testopia 2.5 on Bugzilla 4.2
You need to log in
before you can comment on or make changes to this bug.
Description
•