Commit a0603117 authored by BryceLTaylor's avatar BryceLTaylor

Add comments to jest integration tests about users used in tests

parent a124d5d3
// these tests do not sign in as a user
const SeleniumHelper = require('./selenium-helpers.js');
const {
......
// these tests do not sign in as a user
const SeleniumHelper = require('./selenium-helpers.js');
const {
......
// these tests do not sign in as a user
const SeleniumHelper = require('./selenium-helpers.js');
const {
......
// These tests sign in as user #1
const SeleniumHelper = require('./selenium-helpers.js');
const {
......
// These tests do not sign in as a user
const SeleniumHelper = require('./selenium-helpers.js');
const {
......
// These tests do not sign in with a user
const SeleniumHelper = require('./selenium-helpers.js');
const {
......@@ -35,7 +37,7 @@ describe('www-integration project-page signed out', () => {
afterAll(async () => await driver.quit());
// LOGGED OUT TESTS
test('Find fullscreen button', async () => {
await clickXpath('//div[starts-with(@class, "stage_green-flag-overlay")]');
await clickXpath('//img[contains(@alt, "Enter full screen mode")]');
......
// These tests sign in with user #0 (no number for the username)
const SeleniumHelper = require('./selenium-helpers.js');
const {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment