Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Zedel <[email protected]>
  • Loading branch information
mzedel committed Oct 30, 2023
1 parent f44fabf commit 76428d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/js/components/releases/dialogs/addartifact.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ describe('AddArtifact Component', () => {
await user.click(screen.getByPlaceholderText(placeholderText));
await user.type(screen.getByPlaceholderText(placeholderText), 'some/path');
await waitFor(() => rerender(ui));
screen.debug(screen.getByPlaceholderText(placeholderText));
await waitFor(() => expect(screen.getByText(/Destination has to be an absolute path/i)).toBeInTheDocument());
await user.click(screen.getByPlaceholderText(placeholderText));
await user.clear(screen.getByPlaceholderText(placeholderText));
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e_tests/integration/07-saml.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test.describe('SAML Login via sso/id/login', () => {
});

// Setups the SAML/SSO login with samltest.id Identity Provider
test('Set up SAML', async ({ browserName, context, environment, baseUrl, loggedInPage: page }) => {
test('Set up SAML', async ({ browserName, environment, baseUrl, loggedInPage: page }) => {
test.skip(environment !== 'staging');
// allow a lot of time to enter metadata + then some to handle uploading the config to the external service
test.setTimeout(5 * timeouts.sixtySeconds + timeouts.fifteenSeconds);
Expand Down

0 comments on commit 76428d1

Please sign in to comment.