skyhit / mm-test

0 stars 0 forks source link

Invalid Language Selected when we select 'Submit Again' from the Page #167

Open sdgun opened 9 years ago

sdgun commented 9 years ago

Description

Invalid Language Selected when we select 'Submit Again' from the Page

Steps

Go to : https://qa.arena.topcoder.com/longcontest/?module=ViewActiveContests In the Table Click 'Register/Submit' Login Using a valid user Click 'Agree'

Enter C++ Code Click Test Examples When Errors displayed Clear the Entered Code Enter Python Code Select : Python from the language

class SnowCleaning: 'Common base class for all employees' empCount = 0

def init(self, name, salary): self.name = name self.salary = salary Employee.empCount += 1

def displayCount(self): print "Total Employee %d" % Employee.empCount

def displayEmployee(self): print "Name : ", self.name, ", Salary: ", self.salary

Click Test Examples

In the Page Click 'Submit Again' Check the Selected Language

Expected Result

Must fix the Issue.

Invalid Language Selected when we select 'Submit Again' from the Page

Environment

IE 11, Safari 5.1.7, Chrome 37.0.2062.102 m and FF 32.0.2 in Windows 7

Image

21

Bug Hunt

Marathon Match Web Interface QA For 201410 Release