rename search tag test

This commit is contained in:
Jake McDermott 2018-04-03 22:46:24 -04:00
parent e4ad34fa14
commit 379e2226fa
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

@ -2,8 +2,6 @@ import { range } from 'lodash';
import { getAdminMachineCredential } from '../fixtures';
// AWX_E2E_URL='https://localhost:3000' npm --prefix awx/ui run e2e -- --filter="*jobz*"
const spinny = 'div.spinny';
const searchInput = 'smart-search input';
const searchSubmit = 'smart-search i[class*="search"]';