Skip to content

Commit

Permalink
chore: update permissions for test-e2e script and add missing snapsho…
Browse files Browse the repository at this point in the history
…ts (primer#2667)

* chore: update permissions for test-e2e script

* chore: update missing snapshots

* test(vrt): add vrt tag to tests with screenshots
  • Loading branch information
joshblack authored Dec 8, 2022
1 parent a8f2289 commit 09f5884
Show file tree
Hide file tree
Showing 92 changed files with 3 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions e2e/components/UnderlineNav.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ test.describe('UnderlineNav', () => {
test.describe('UnderlineNav Interactions', () => {
for (const theme of themes) {
test.describe(theme, () => {
test('Overflow interaction', async ({page}) => {
test('Overflow interaction @vrt', async ({page}) => {
await visit(page, {
id: 'drafts-components-underlinenav-features--overflow-template',
globals: {
Expand All @@ -307,7 +307,7 @@ test.describe('UnderlineNav', () => {
expect(await page.screenshot()).toMatchSnapshot()
})

test('Hide icons when there is not enough space to display all list items', async ({page}) => {
test('Hide icons when there is not enough space to display all list items @vrt', async ({page}) => {
await visit(page, {
id: 'drafts-components-underlinenav-features--overflow-template',
globals: {
Expand All @@ -325,7 +325,7 @@ test.describe('UnderlineNav', () => {
expect(await page.screenshot()).toMatchSnapshot()
})

test('Keep selected item visible', async ({page}) => {
test('Keep selected item visible @vrt', async ({page}) => {
await visit(page, {
id: 'drafts-components-underlinenav-features--overflow-template',
globals: {
Expand Down
Empty file modified script/test-e2e
100644 → 100755
Empty file.

0 comments on commit 09f5884

Please sign in to comment.