mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
rename search tag test
This commit is contained in:
@@ -2,8 +2,6 @@ import { range } from 'lodash';
|
|||||||
|
|
||||||
import { getAdminMachineCredential } from '../fixtures';
|
import { getAdminMachineCredential } from '../fixtures';
|
||||||
|
|
||||||
// AWX_E2E_URL='https://localhost:3000' npm --prefix awx/ui run e2e -- --filter="*jobz*"
|
|
||||||
|
|
||||||
const spinny = 'div.spinny';
|
const spinny = 'div.spinny';
|
||||||
const searchInput = 'smart-search input';
|
const searchInput = 'smart-search input';
|
||||||
const searchSubmit = 'smart-search i[class*="search"]';
|
const searchSubmit = 'smart-search i[class*="search"]';
|
||||||
Reference in New Issue
Block a user