From 16e60e540f1bd511c89b7667e20800747516de68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Mon, 25 Mar 2019 21:00:22 +0100 Subject: [PATCH] Fix typo Cypress tests currently fail because we cannot override `slug` in factories. --- cypress/integration/identifier/PersistentLinks.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/integration/identifier/PersistentLinks.feature b/cypress/integration/identifier/PersistentLinks.feature index b4a55cee3..1095c6c72 100644 --- a/cypress/integration/identifier/PersistentLinks.feature +++ b/cypress/integration/identifier/PersistentLinks.feature @@ -12,8 +12,8 @@ Feature: Persistent Links Background: Given we have the following user accounts: - | id | name | slug | - | MHNqce98y1 | Stepen Hawking | thehawk | + | id | name | slug | + | MHNqce98y1 | Stephen Hawking | thehawk | And we have the following posts in our database: | id | title | slug | | bWBjpkTKZp | 101 Essays that will change the way you think | 101-essays |