Opened 9 years ago

Closed 9 years ago

#25737 closed Bug (worksforme)

Selenium test test_delete_stackeds from admin_inlines.tests.SeleniumFirefoxTests is failing

Reported by: ITsvetkoFF Owned by: nobody
Component: Testing framework Version: dev
Severity: Normal Keywords: selenium
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Selenium test test_add_stackeds from admin_inlines.tests.SeleniumFirefoxTests is failing
because the button is not clicked test_delete_stackeds fails on step
self.assertEqual(rows_length(), 5, msg="sanity check")

Change History (2)

comment:1 by Tim Graham, 9 years ago

It's possible the test is flaky, though I haven't seen it failing on our continuous integration build.

comment:2 by Tim Graham, 9 years ago

Resolution: worksforme
Status: newclosed

The test doesn't fail for me. If you have a patch that fixes the test on your machine, please reopen the ticket.

Note: See TracTickets for help on using tickets.
Back to Top