Skip to content

Commit 563a454

Browse files
committed
moved API tests out of e2e folder
1 parent e1f868f commit 563a454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/e2e/api/pokeapi.spec.js cypress/integration/api/pokeapi.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference types="Cypress" />
2-
import { pokeapi_base_url } from '../../../../config'
2+
import { pokeapi_base_url } from '../../../config'
33

44
describe('Rest API Test with Cypress', () => {
55
it('API Test - Validate Header', () => {

0 commit comments

Comments
 (0)