change suffix

master
helenanull 1 year ago
parent 0d305b3642
commit 900b95e591

@ -1,5 +1,5 @@
import editor from '../selectors/editor.sel' import editor from '../selectors/editor.css'
import article from '../selectors/article.sel' import article from '../selectors/article.css'
describe('Article', () => { describe('Article', () => {
const seeMoreLink = 'https://github.com/helenanull/cypress-example' const seeMoreLink = 'https://github.com/helenanull/cypress-example'

@ -1,4 +1,4 @@
import article from '../selectors/article.sel' import article from '../selectors/article.css'
describe('Comments', () => { describe('Comments', () => {
beforeEach(() => { beforeEach(() => {

@ -1,4 +1,4 @@
import header from '../selectors/header.sel' import header from '../selectors/header.css'
describe('Header', () => { describe('Header', () => {
it('contains correct elements when logged out', () => { it('contains correct elements when logged out', () => {

@ -1,4 +1,4 @@
import home from '../selectors/home.sel' import home from '../selectors/home.css'
describe('Home page', () => { describe('Home page', () => {
it('contains correct elements when logged out', () => { it('contains correct elements when logged out', () => {

@ -1,5 +1,5 @@
import login from '../selectors/login.sel' import login from '../selectors/login.css'
import header from '../selectors/header.sel' import header from '../selectors/header.css'
describe('Login', () => { describe('Login', () => {
// context is the same as describe // context is the same as describe

@ -1,4 +1,4 @@
import profile from '../selectors/profile.sel' import profile from '../selectors/profile.css'
describe('Profile page', () => { describe('Profile page', () => {
beforeEach(() => { beforeEach(() => {

@ -1,5 +1,5 @@
import registration from '../selectors/register.sel' import registration from '../selectors/register.css'
import header from '../selectors/header.sel' import header from '../selectors/header.css'
describe('Register', () => { describe('Register', () => {
// https://docs.cypress.io/guides/core-concepts/variables-and-aliases.html#Aliases // https://docs.cypress.io/guides/core-concepts/variables-and-aliases.html#Aliases

@ -1,5 +1,5 @@
import settings from '../selectors/settings.sel' import settings from '../selectors/settings.css'
import profile from '../selectors/profile.sel' import profile from '../selectors/profile.css'
describe('Settings', () => { describe('Settings', () => {
beforeEach(() => { beforeEach(() => {

Loading…
Cancel
Save