mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
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:
parent
60c6bb8d2c
commit
b5e2ae705b
1 changed files with 2 additions and 0 deletions
|
@ -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")]');
|
||||
|
|
Loading…
Reference in a new issue