change suffix

master
helenanull 1 year ago
parent 0d305b3642
commit 900b95e591

@ -1,5 +1,5 @@
import editor from '../selectors/editor.sel'
import article from '../selectors/article.sel'
import editor from '../selectors/editor.css'
import article from '../selectors/article.css'
describe('Article', () => {
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', () => {
beforeEach(() => {

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

@ -1,5 +1,5 @@
import login from '../selectors/login.sel'
import header from '../selectors/header.sel'
import login from '../selectors/login.css'
import header from '../selectors/header.css'
describe('Login', () => {
// 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', () => {
beforeEach(() => {

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

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

Loading…
Cancel
Save