Rahul Vishwakarma

Results 33 comments of Rahul Vishwakarma

I am writing cypress test for this, i tested and some time it looks like this @DarthNyan @IDzyre @jeffrey-asm @williamlin6803 @bmcutler any reason for this performed submitty_install_site and after uploading...

@charvimehradu try to use less repetitive code and one suggestion if you are raising a pr for test if you attach a screenshot of completion of test or video .....

> Code looks good, and this will be a valuable addition to the test suite. > > Your PR title is too long; the part after "[Testing:Developer]" should be under...

As per this pr #10109 we have to add some Cypress tests mainly the test is focus on the component what i am highlighted , checking is it working in...

@DarthNyan so we have to test the percentage of completion - like grader have x % , ta have y% , instructor z% thats the point ???

> @bmcutler @IDzyre can you review this can any one approved it for running workflow

@IDzyre ```js // line 68 cy.get('#name_box').clear(); cy.get('#name_box').type(name); ``` due to this lines test failed as element was hidden , should i remove it and join the queue with the default...

> Could you also change the name of the file to be something more descriptive of the feature. the selenium test have same name (prev_next) , can i change it...