Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
logging-scratch-gui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Goessmann
logging-scratch-gui
Commits
bcb32eda
Commit
bcb32eda
authored
6 years ago
by
Paul Kaplan
Browse files
Options
Downloads
Patches
Plain Diff
Skip Safari 9 test, because it was always broken
parent
d621dab5
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/smoke/browser.test.js
+2
-1
2 additions, 1 deletion
test/smoke/browser.test.js
with
2 additions
and
1 deletion
test/smoke/browser.test.js
+
2
−
1
View file @
bcb32eda
...
...
@@ -38,7 +38,8 @@ describe('Smoke tests on older browsers', () => {
return
expect
(
isDisplayed
).
toEqual
(
true
);
});
test
(
'
Safari 9 should not be unsupported
'
,
async
()
=>
{
// Safari 9 has always been blank screened due to lack of Intl polyfill
test
.
skip
(
'
Safari 9 should not be unsupported
'
,
async
()
=>
{
const
driverConfig
=
{
browserName
:
'
safari
'
,
platform
:
'
OS X 10.11
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment