Note logged out tests in test/integration/project-page.test.js

Co-authored-by: Ray Schamp <rschamp@users.noreply.github.com>
This commit is contained in:
Bryce Taylor 2020-10-06 16:52:07 -04:00 committed by GitHub
parent 60c6bb8d2c
commit b5e2ae705b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,8 @@ 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")]');