File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed
tests/common/modal_improvement Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 6363
6464cd ..
6565
66- URL=" https://codebender.cc"
66+ URL=" https://staging. codebender.cc"
6767
6868email_date=$( date +" %Y-%m-%d %H:%M:%S" )
6969
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22from selenium import webdriver
33from selenium .webdriver .common .by import By
44from selenium .webdriver .common .keys import Keys
5- from selenium .webdriver .support .ui import Select
65from codebender_testing import config
7- from codebender_testing .config import STAGING_SITE_URL
86from selenium .webdriver .common .action_chains import ActionChains
97from selenium .webdriver .support import expected_conditions
108from codebender_testing .config import TIMEOUT
119from selenium .webdriver .support .ui import WebDriverWait
12- import os
13- import time
1410import pytest
1511
1612class TestSketchesCounters (SeleniumTestCase ):
You can’t perform that action at this time.
0 commit comments