UPD: make selenium tests headless by default.
This commit is contained in:
@@ -109,6 +109,7 @@ TEST_EVENT_DATA_M = {
|
||||
|
||||
@tag('screenshots', 'browser')
|
||||
class TestCase(SeleniumAuthMixin, RoleMixin, ScreenshotTestCase):
|
||||
headless = False
|
||||
screenshot_prefix = 'dav_events-'
|
||||
|
||||
def create_event(self, event_data, auth=False, screenshots=True):
|
||||
|
||||
Reference in New Issue
Block a user