UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

11 lines (8 loc) 294 B
import { registerDefaultFixtures } from '../../support/defaultFixtures'; describe('core: Home page', () => { beforeEach(() => registerDefaultFixtures()); it('shows a search input field on load', function() { cy.visit(''); cy.get('.header-section input[type="search"]'); }); });