mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Add comments to jest integration tests about users used in tests
This commit is contained in:
parent
a124d5d364
commit
a060311711
7 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
// these tests do not sign in as a user
|
||||||
|
|
||||||
const SeleniumHelper = require('./selenium-helpers.js');
|
const SeleniumHelper = require('./selenium-helpers.js');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// these tests do not sign in as a user
|
||||||
|
|
||||||
const SeleniumHelper = require('./selenium-helpers.js');
|
const SeleniumHelper = require('./selenium-helpers.js');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// these tests do not sign in as a user
|
||||||
|
|
||||||
const SeleniumHelper = require('./selenium-helpers.js');
|
const SeleniumHelper = require('./selenium-helpers.js');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// These tests sign in as user #1
|
||||||
|
|
||||||
const SeleniumHelper = require('./selenium-helpers.js');
|
const SeleniumHelper = require('./selenium-helpers.js');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// These tests do not sign in as a user
|
||||||
|
|
||||||
const SeleniumHelper = require('./selenium-helpers.js');
|
const SeleniumHelper = require('./selenium-helpers.js');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// These tests do not sign in with a user
|
||||||
|
|
||||||
const SeleniumHelper = require('./selenium-helpers.js');
|
const SeleniumHelper = require('./selenium-helpers.js');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// These tests sign in with user #0 (no number for the username)
|
||||||
|
|
||||||
const SeleniumHelper = require('./selenium-helpers.js');
|
const SeleniumHelper = require('./selenium-helpers.js');
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|
Loading…
Reference in a new issue