Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Départements-Notaires v2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
32
Issues
32
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Départements-Notaires
Départements-Notaires v2
Commits
6af1d6a4
Commit
6af1d6a4
authored
Aug 17, 2020
by
Cédric Girardot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests : Modifie la description des tests Cypress
Change-Id: I05a5ba6b5fa0c22c9498e0dd64e25be06d1a92af
parent
44b1b767
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
appli_sf/tests/E2E/cypress/integration/5-create-users.spec.js
...i_sf/tests/E2E/cypress/integration/5-create-users.spec.js
+1
-1
appli_sf/tests/E2E/cypress/integration/6-create-instructors.spec.js
...ests/E2E/cypress/integration/6-create-instructors.spec.js
+1
-1
appli_sf/tests/E2E/cypress/integration/7-stats.spec.js
appli_sf/tests/E2E/cypress/integration/7-stats.spec.js
+1
-1
No files found.
appli_sf/tests/E2E/cypress/integration/5-create-users.spec.js
View file @
6af1d6a4
...
...
@@ -4,7 +4,7 @@ Cypress.on('uncaught:exception', (err, runnable) => {
return
false
})
describe
(
'
Recherche
'
,
()
=>
{
describe
(
'
Création d
\'
utilisateurs
'
,
()
=>
{
beforeEach
(
function
()
{
cy
.
fixture
(
'
user-admin
'
)
.
then
((
user
)
=>
{
...
...
appli_sf/tests/E2E/cypress/integration/6-create-instructors.spec.js
View file @
6af1d6a4
...
...
@@ -4,7 +4,7 @@ Cypress.on('uncaught:exception', (err, runnable) => {
return
false
})
describe
(
'
Recherche
'
,
()
=>
{
describe
(
'
Création d
\'
instructeurs
'
,
()
=>
{
beforeEach
(
function
()
{
cy
.
fixture
(
'
user-admin
'
)
.
then
((
user
)
=>
{
...
...
appli_sf/tests/E2E/cypress/integration/7-stats.spec.js
View file @
6af1d6a4
...
...
@@ -4,7 +4,7 @@ Cypress.on('uncaught:exception', (err, runnable) => {
return
false
})
describe
(
'
Recherche
'
,
()
=>
{
describe
(
'
Page des stats
'
,
()
=>
{
beforeEach
(
function
()
{
cy
.
fixture
(
'
user-admin
'
)
.
then
((
user
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment