Skip to content

Commit

Permalink
Merge 99fa468 into 895d920
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 2, 2020
2 parents 895d920 + 99fa468 commit b12db4b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/inst_scc_test.rb
Expand Up @@ -48,19 +48,6 @@

expect(subject.main).to eq(:abort)
end

it "goes back to initial screen when aborting selection of url" do
# User clicks on 'select extensions' first time the initial screen is
# displayed and 'finish' the second time
expect(Yast::UI).to receive(:UserInput).and_return(:extensions, :next)
# User cancels the selection of registration url
expect(subject).to receive(:init_registration).and_return(:cancel)
# Initial screen is displayed twice
expect(subject).to receive(:registration_check)
.twice.and_call_original

expect(subject.main).to eq(:next)
end
end

context "the system is updating reusing old credentials" do
Expand Down

0 comments on commit b12db4b

Please sign in to comment.